mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
mess-dri: Add missing expat DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5316 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
include mesa-common.inc
|
include mesa-common.inc
|
||||||
|
|
||||||
PROTO_DEPS = "xf86driproto glproto dri2proto"
|
PROTO_DEPS = "xf86driproto glproto dri2proto"
|
||||||
LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
|
LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
|
||||||
|
|
||||||
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
|
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
include mesa-common.inc
|
include mesa-common.inc
|
||||||
|
|
||||||
PROTO_DEPS = "xf86driproto glproto dri2proto"
|
PROTO_DEPS = "xf86driproto glproto dri2proto"
|
||||||
LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
|
LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
|
||||||
|
|
||||||
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
|
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user