diff options
-rw-r--r-- | recipes/glew/libglew_1.5.1.bb | 2 | ||||
-rw-r--r-- | recipes/libsdl/libsdl-x11_1.2.14.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/glew/libglew_1.5.1.bb b/recipes/glew/libglew_1.5.1.bb index ed0b69c28b..c011a12525 100644 --- a/recipes/glew/libglew_1.5.1.bb +++ b/recipes/glew/libglew_1.5.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "The OpenGL Extension Wrangler Library (GLEW) is a cross-platform SECTION = "libs" LICENSE = "Modified BSD License, Mesa 3-D License, Khronos License" -DEPENDS = "virtual/libx11 mesa libxext libxi libxmu" +DEPENDS = "virtual/libx11 virtual/libgl libxext libxi libxmu" PR = "r0" diff --git a/recipes/libsdl/libsdl-x11_1.2.14.bb b/recipes/libsdl/libsdl-x11_1.2.14.bb index 621f7b47c1..98269c8f2f 100644 --- a/recipes/libsdl/libsdl-x11_1.2.14.bb +++ b/recipes/libsdl/libsdl-x11_1.2.14.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Simple DirectMedia Layer (X11 and Framebuffer support)" SECTION = "libs" PRIORITY = "optional" LICENSE = "LGPL" -DEPENDS = "alsa-lib mesa virtual/libx11 libxext tslib" +DEPENDS = "alsa-lib virtual/libgl virtual/libx11 libxext tslib" DEPENDS_avr32 = "alsa-lib virtual/libx11 libxext tslib" PROVIDES = "virtual/libsdl" PR = "r1" |