mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
config/options: build with xinerama and composite support if building with fglrx driver
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0f05bb40d8
commit
08711adf73
@ -112,6 +112,8 @@ get_graphicdrivers() {
|
|||||||
|
|
||||||
if [ "$drv" = "fglrx" ]; then
|
if [ "$drv" = "fglrx" ]; then
|
||||||
XORG_DRIVERS="$XORG_DRIVERS fglrx"
|
XORG_DRIVERS="$XORG_DRIVERS fglrx"
|
||||||
|
COMPOSITE_SUPPORT="yes"
|
||||||
|
XINERAMA_SUPPORT="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$drv" = "omapfb" ]; then
|
if [ "$drv" = "omapfb" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user