mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/options:
- remove unneeded options
This commit is contained in:
parent
42910e6b7a
commit
0697ef0b77
@ -61,13 +61,11 @@ get_graphicdrivers() {
|
||||
[ $drv = radeon ] && MESA_DRIVERS="$MESA_DRIVERS,radeon"
|
||||
|
||||
if [ $drv = i915 -o $drv = i965 ]; then
|
||||
MESA_CONFIG="$MESA_CONFIG --enable-gallium-intel"
|
||||
XORG_DRIVERS="$XORG_DRIVERS intel"
|
||||
DRM_DRIVERS="$DRM_DRIVERS intel"
|
||||
fi
|
||||
|
||||
if [ $drv = r200 -o $drv = r300 -o $drv = r600 -o $drv = radeon ]; then
|
||||
MESA_CONFIG="$MESA_CONFIG --enable-gallium-radeon"
|
||||
XORG_DRIVERS="$XORG_DRIVERS ati"
|
||||
DRM_DRIVERS="$DRM_DRIVERS radeon"
|
||||
fi
|
||||
@ -79,4 +77,4 @@ get_graphicdrivers() {
|
||||
done
|
||||
}
|
||||
|
||||
. config/path
|
||||
. config/path
|
||||
|
Loading…
x
Reference in New Issue
Block a user