2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

xorg-server: fix depends

This commit is contained in:
Dylan Araps 2019-08-18 09:06:38 +00:00
parent 7fe4c5e3f5
commit bba1cc7dd9
3 changed files with 21 additions and 5 deletions

View File

@ -3,11 +3,17 @@
./configure \
--prefix=/usr \
--disable-systemd-logind \
--disable-xwayland \
--disable-unit-tests \
--enable-glx \
--enable-dri \
--enable-dri2 \
--enable-dri3 \
--enable-xorg
--enable-xorg \
--enable-config-udev \
--enable-config-udev-kms \
--with-sha1=libcrypto \
--with-systemd-daemon=off
make
make DESTDIR="$1" install

View File

@ -1,11 +1,21 @@
eudev
freetype-harfbuzz
libX11
libXau
libXdamage
libXext
libXfixes
libXfont2
libXxf86vm
libdrm
libepoxy
libressl make
libfontenc
libpciaccess
libressl
libxcb
libxkbfile
mesa make
pixman make
libxshmfence
mesa
pixman
xinit
xkeyboard-config

View File

@ -1 +1 @@
1.20.5 4
1.20.5 5