mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 17:02:22 +02: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
|
||||
|
||||
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}"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
include mesa-common.inc
|
||||
|
||||
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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user