summaryrefslogtreecommitdiff
path: root/repo/libx11/libx11.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/libx11/libx11.xibuild')
-rw-r--r--repo/libx11/libx11.xibuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/libx11/libx11.xibuild b/repo/libx11/libx11.xibuild
index 90b6d57..726aee8 100644
--- a/repo/libx11/libx11.xibuild
+++ b/repo/libx11/libx11.xibuild
@@ -1,13 +1,13 @@
#!/bin/sh
-MAKEDEPS="make asciidoc xmlto lynx"
+MAKEDEPS="make asciidoc xmlto lynx xorgproto xtrans libxcb"
DEPS="fontconfig libxcb elogind xtrans"
PKG_VER=1.7.3.1
SOURCE=https://www.x.org/pub/individual/lib/libX11-$PKG_VER.tar.xz
build () {
- ./configure $XORG_CONFIG --docdir=$XORG_PREFIX/share/doc/libX11-$PKG_VER
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --docdir=/usr/share/doc/libX11-$PKG_VER
make
}