mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
config/graphic: set some more defaults
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bbf165a383
commit
f5bbd9baf6
@ -3,9 +3,11 @@ ALSA_SUPPORT="yes"
|
|||||||
if [ "$OPENGL" = no ]; then
|
if [ "$OPENGL" = no ]; then
|
||||||
OPENGL_SUPPORT="no"
|
OPENGL_SUPPORT="no"
|
||||||
XORG_SUPPORT="no"
|
XORG_SUPPORT="no"
|
||||||
|
SDL_SUPPORT="no"
|
||||||
else
|
else
|
||||||
OPENGL_SUPPORT="yes"
|
OPENGL_SUPPORT="yes"
|
||||||
XORG_SUPPORT="yes"
|
XORG_SUPPORT="yes"
|
||||||
|
SDL_SUPPORT="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OPENGLES" = no ]; then
|
if [ "$OPENGLES" = no ]; then
|
||||||
@ -14,6 +16,16 @@ else
|
|||||||
OPENGLES_SUPPORT="yes"
|
OPENGLES_SUPPORT="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$SDL_SUPPORT" = no ]; then
|
||||||
|
JOYSTICK_SUPPORT="no"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$OPENGL_SUPPORT" = no ]; then
|
||||||
|
XBMC_SCR_RSXS="no"
|
||||||
|
XBMC_VIS_PROJECTM="no"
|
||||||
|
XBMC_VIS_GOOM="no"
|
||||||
|
fi
|
||||||
|
|
||||||
get_graphicdrivers() {
|
get_graphicdrivers() {
|
||||||
if [ "$GRAPHIC_DRIVERS" = "all" ]; then
|
if [ "$GRAPHIC_DRIVERS" = "all" ]; then
|
||||||
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 fglrx nvidia vmware virtualbox"
|
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 fglrx nvidia vmware virtualbox"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user