1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

added missing dri2proto dependency

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5215 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych
2008-09-22 15:37:55 +00:00
parent 8321809b1f
commit dd204d5a46
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
include mesa-common.inc
PROTO_DEPS = "xf86driproto glproto"
PROTO_DEPS = "xf86driproto glproto dri2proto"
LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
PE = "1"
PR = "r0"
PR = "r1"
FILES_${PN} += "${libdir}/dri/*.so"
FILES_${PN}-dbg += "${libdir}/dri/.debug/*"
+2 -2
View File
@@ -1,12 +1,12 @@
include mesa-common.inc
PROTO_DEPS = "xf86driproto glproto"
PROTO_DEPS = "xf86driproto glproto dri2proto"
LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
PV = "7.1+git${SRCREV}"
PR = "r0"
PR = "r1"
DEFAULT_PREFERENCE = "-1"