mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
libevas: SDL OpenGL backend needs modular X.org (for mesa)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3a9b75fe04
commit
6d27a63e45
@ -79,10 +79,14 @@ config BR2_PACKAGE_LIBEVAS_SDL
|
|||||||
config BR2_PACKAGE_LIBEVAS_SDL_GL
|
config BR2_PACKAGE_LIBEVAS_SDL_GL
|
||||||
bool "libevas SDL OpenGL backend"
|
bool "libevas SDL OpenGL backend"
|
||||||
depends on BR2_PACKAGE_SDL_X11
|
depends on BR2_PACKAGE_SDL_X11
|
||||||
|
depends on BR2_PACKAGE_XSERVER_xorg # mesa needs big X
|
||||||
help
|
help
|
||||||
This is the SDL OpenGL engine that uses SDL library
|
This is the SDL OpenGL engine that uses SDL library
|
||||||
and OpenGL to render. This may be hardware accelerated.
|
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
|
config BR2_PACKAGE_LIBEVAS_X11
|
||||||
bool "libevas X11 backend"
|
bool "libevas X11 backend"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user