mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +00:00
xorg-server: install xrandr with development build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
81718f309a
commit
7786b5d4cc
@ -76,3 +76,7 @@ mkdir -p $INSTALL/usr/share/X11/xorg.conf.d
|
|||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
$SCRIPTS/install pciutils
|
$SCRIPTS/install pciutils
|
||||||
|
|
||||||
|
if [ "$DEVTOOLS" = yes ]; then
|
||||||
|
$SCRIPTS/install xrandr
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user