[oe-commits] Koen Kooi : libsdl: add missing libglu dependency for openGL

git at git.openembedded.org git at git.openembedded.org
Wed Mar 19 14:11:44 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 73eb0732a0757219dc99e2d62e154fe39cf3aec8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=73eb0732a0757219dc99e2d62e154fe39cf3aec8

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Mar 14 14:31:27 2014 +0000

libsdl: add missing libglu dependency for openGL

Configure checks for glu.h to determine if openGL is available.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
index dd2c540..e19c388 100644
--- a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
+++ b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
 PROVIDES = "virtual/libsdl"
 
 DEPENDS = "${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \
-           ${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} \
+           ${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl libglu', '', d)} \
            ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxext libxrandr libxrender', '', d)} \
            tslib"
 DEPENDS_class-nativesdk = "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/nativesdk-libx11 nativesdk-libxrandr nativesdk-libxrender nativesdk-libxext', '', d)}"



More information about the Openembedded-commits mailing list