forked from kiss-community/repo
xorg-server: fix depends
This commit is contained in:
parent
7fe4c5e3f5
commit
bba1cc7dd9
@ -3,11 +3,17 @@
|
|||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-systemd-logind \
|
--disable-systemd-logind \
|
||||||
|
--disable-xwayland \
|
||||||
|
--disable-unit-tests \
|
||||||
--enable-glx \
|
--enable-glx \
|
||||||
--enable-dri \
|
--enable-dri \
|
||||||
--enable-dri2 \
|
--enable-dri2 \
|
||||||
--enable-dri3 \
|
--enable-dri3 \
|
||||||
--enable-xorg
|
--enable-xorg \
|
||||||
|
--enable-config-udev \
|
||||||
|
--enable-config-udev-kms \
|
||||||
|
--with-sha1=libcrypto \
|
||||||
|
--with-systemd-daemon=off
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
@ -1,11 +1,21 @@
|
|||||||
eudev
|
eudev
|
||||||
|
freetype-harfbuzz
|
||||||
libX11
|
libX11
|
||||||
|
libXau
|
||||||
|
libXdamage
|
||||||
|
libXext
|
||||||
|
libXfixes
|
||||||
libXfont2
|
libXfont2
|
||||||
|
libXxf86vm
|
||||||
libdrm
|
libdrm
|
||||||
libepoxy
|
libepoxy
|
||||||
libressl make
|
libfontenc
|
||||||
|
libpciaccess
|
||||||
|
libressl
|
||||||
|
libxcb
|
||||||
libxkbfile
|
libxkbfile
|
||||||
mesa make
|
libxshmfence
|
||||||
pixman make
|
mesa
|
||||||
|
pixman
|
||||||
xinit
|
xinit
|
||||||
xkeyboard-config
|
xkeyboard-config
|
||||||
|
@ -1 +1 @@
|
|||||||
1.20.5 4
|
1.20.5 5
|
||||||
|
Loading…
Reference in New Issue
Block a user