]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libevas: SDL OpenGL backend needs modular X.org (for mesa)
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 8 Feb 2012 13:38:19 +0000 (14:38 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 8 Feb 2012 13:38:19 +0000 (14:38 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/efl/libevas/Config.in

index fa254859c19eb1d8087612c728c67dd32a7eb939..f701886c008093ace05b19490d45090a11b723eb 100644 (file)
@@ -79,10 +79,14 @@ config BR2_PACKAGE_LIBEVAS_SDL
 config BR2_PACKAGE_LIBEVAS_SDL_GL
        bool "libevas SDL OpenGL backend"
        depends on BR2_PACKAGE_SDL_X11
+       depends on BR2_PACKAGE_XSERVER_xorg # mesa needs big X
        help
          This is the SDL OpenGL engine that uses SDL library
          and OpenGL to render. This may be hardware accelerated.
 
+comment "SDL OpenGL backend needs modular X.org and X11 support in SDL"
+       depends on !(BR2_PACKAGE_SDL_X11 && BR2_PACKAGE_XSERVER_xorg)
+
 config BR2_PACKAGE_LIBEVAS_X11
        bool "libevas X11 backend"
        depends on BR2_PACKAGE_XORG7