From 6d27a63e450807a384751b750e58bfcf0faafd22 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 8 Feb 2012 14:38:19 +0100 Subject: libevas: SDL OpenGL backend needs modular X.org (for mesa) Signed-off-by: Peter Korsgaard --- package/efl/libevas/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/efl/libevas/Config.in b/package/efl/libevas/Config.in index fa254859c..f701886c0 100644 --- a/package/efl/libevas/Config.in +++ b/package/efl/libevas/Config.in @@ -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 -- cgit v1.2.3