distributions/OpenELEC/options: cleanup

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-04-30 10:09:41 +02:00
parent 91b72b21aa
commit c1cad68fd6

View File

@ -121,9 +121,7 @@
# Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia)
# Space separated list is supported,
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia"
if [ "$TARGET_ARCH" = "x86_64" ]; then
GRAPHIC_DRIVERS="r300 r600 radeonsi i915 i965 nvidia"
fi
GRAPHIC_DRIVERS="r300 r600 radeonsi i915 i965 nvidia"
# build and install remote support (yes / no)
REMOTE_SUPPORT="yes"