mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +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
|
||||
$SCRIPTS/install pciutils
|
||||
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
$SCRIPTS/install xrandr
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user