From: Peter Korsgaard Date: Wed, 8 Feb 2012 13:29:36 +0000 (+0100) Subject: libevas: SDL GL backend doesn't need glproto X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38071138ee1cf3b904a8fc25a4a9bcefe0d9be6a;p=buildroot.git libevas: SDL GL backend doesn't need glproto Signed-off-by: Peter Korsgaard --- diff --git a/package/efl/libevas/Config.in b/package/efl/libevas/Config.in index 4615749b3f..b5fb50e9a6 100644 --- a/package/efl/libevas/Config.in +++ b/package/efl/libevas/Config.in @@ -79,7 +79,6 @@ config BR2_PACKAGE_LIBEVAS_SDL config BR2_PACKAGE_LIBEVAS_SDL_GL bool "libevas SDL OpenGL backend" depends on BR2_PACKAGE_SDL_X11 - select BR2_PACKAGE_XPROTO_GLPROTO help This is the SDL OpenGL engine that uses SDL library and OpenGL to render. This may be hardware accelerated.