xorg
This commit is contained in:
parent
657c3396f1
commit
4ffe4e7037
1 changed files with 18 additions and 1 deletions
|
@ -2,5 +2,22 @@ prepare:
|
||||||
git clone https://cgit.freedesktop.org/xorg/xserver/
|
git clone https://cgit.freedesktop.org/xorg/xserver/
|
||||||
cd xserver
|
cd xserver
|
||||||
xorg:
|
xorg:
|
||||||
./autogen.sh
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--localstatedir=/var \
|
||||||
|
--disable-systemd-logind \
|
||||||
|
--disable-xwayland \
|
||||||
|
--disable-unit-tests \
|
||||||
|
--enable-glx \
|
||||||
|
--enable-dri \
|
||||||
|
--enable-dri2 \
|
||||||
|
--enable-dri3 \
|
||||||
|
--enable-glamor \
|
||||||
|
--enable-xorg \
|
||||||
|
--with-sha1=libcrypto \
|
||||||
|
--with-systemd-daemon=off
|
||||||
|
make
|
||||||
|
install:
|
||||||
|
make install
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue