mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xorg-server: fix package.mk script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
328e222377
commit
3b688078cb
@ -42,13 +42,6 @@ PKG_AUTORECONF="yes"
|
||||
# Server
|
||||
PKG_DEPENDS="$PKG_DEPENDS xkeyboard-config xkbcomp"
|
||||
|
||||
# Drivers
|
||||
PKG_DEPENDS="$PKG_DEPENDS xf86-input-evdev"
|
||||
|
||||
for drv in $XORG_DRIVERS; do
|
||||
PKG_DEPENDS="$PKG_DEPENDS xf86-video-$drv"
|
||||
done
|
||||
|
||||
# Tools
|
||||
PKG_DEPENDS="$PKG_DEPENDS pciutils xrandr setxkbmap"
|
||||
|
||||
@ -57,6 +50,11 @@ if [ -n "$WINDOWMANAGER" -a "$WINDOWMANAGER" != "none" ]; then
|
||||
fi
|
||||
|
||||
get_graphicdrivers
|
||||
# Drivers
|
||||
PKG_DEPENDS="$PKG_DEPENDS xf86-input-evdev"
|
||||
for drv in $XORG_DRIVERS; do
|
||||
PKG_DEPENDS="$PKG_DEPENDS xf86-video-$drv"
|
||||
done
|
||||
|
||||
if [ "$COMPOSITE_SUPPORT" = "yes" ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS libXcomposite"
|
||||
|
Loading…
x
Reference in New Issue
Block a user