mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
mesa: no need to depend on python-native, the class does that
(From OE-Core rev: dd2a11fa262ced8e9f06413e69bbe1cb1b3e538b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
db50930882
commit
efbf461c90
@@ -12,14 +12,14 @@ SECTION = "x11"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
|
||||
|
||||
INC_PR = "r15"
|
||||
INC_PR = "r16"
|
||||
PE = "2"
|
||||
|
||||
|
||||
PROTO_DEPS = "xf86driproto glproto"
|
||||
LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native"
|
||||
|
||||
DEPENDS = "makedepend-native python-native flex-native bison-native ${PROTO_DEPS} ${LIB_DEPS}"
|
||||
DEPENDS = "makedepend-native flex-native bison-native ${PROTO_DEPS} ${LIB_DEPS}"
|
||||
|
||||
PROVIDES = "virtual/libgl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user