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:
@@ -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/*"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user