mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libdc1394: libglu needs both openGL and X11 but not tvirtual/libgl
Epxress this dependency accurately Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c848e78d9a4a5cc69906178e4d6fbd64"
|
||||
# libsdl to provide sdl.m4 with AM_PATH_SDL
|
||||
DEPENDS += "libusb1 libraw1394 libsdl \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxv virtual/libx11', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl libglu', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'libglu', '', d)} \
|
||||
"
|
||||
|
||||
PV = "2.2.5+gitr${SRCPV}"
|
||||
|
||||
Reference in New Issue
Block a user