]> git.armaanb.net Git - asd-repo.git/blob - xorg/xorg-server/build
Restructure repository
[asd-repo.git] / xorg / xorg-server / build
1 #!/bin/sh -e
2
3 patch -p1 < rootless_modesetting.patch
4
5 ./configure \
6     --prefix=/usr \
7     --localstatedir=/var \
8     --disable-systemd-logind \
9     --disable-xwayland \
10     --disable-unit-tests \
11     --enable-glx \
12     --enable-dri \
13     --enable-dri2 \
14     --enable-dri3 \
15     --enable-glamor \
16     --enable-xorg \
17     --with-sha1=libcrypto \
18     --with-systemd-daemon=off
19
20 make
21 make DESTDIR="$1" install