libepoxy: depend on egl - not gl
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -14,4 +14,4 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig pythonnative
|
||||
|
||||
DEPENDS = "virtual/libgl ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver", "", d)}"
|
||||
DEPENDS = "virtual/egl ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver", "", d)}"
|
||||
|
||||
Reference in New Issue
Block a user