mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
config/options:
- build with xinerama support only if we build nvidia driver
This commit is contained in:
parent
5a85218131
commit
624a984d22
@ -81,6 +81,7 @@ get_graphicdrivers() {
|
|||||||
|
|
||||||
if [ $drv = nvidia ]; then
|
if [ $drv = nvidia ]; then
|
||||||
XORG_DRIVERS="$XORG_DRIVERS nvidia"
|
XORG_DRIVERS="$XORG_DRIVERS nvidia"
|
||||||
|
XINERAMA_SUPPORT="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user