xorg-server: install xrandr with development build

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-06-23 15:30:37 +02:00
parent 81718f309a
commit 7786b5d4cc

View File

@ -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