diff options
Diffstat (limited to 'repo/xcb-proto/xcb-proto.xibuild')
-rw-r--r-- | repo/xcb-proto/xcb-proto.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xcb-proto/xcb-proto.xibuild b/repo/xcb-proto/xcb-proto.xibuild index 01ece2a..da5576b 100644 --- a/repo/xcb-proto/xcb-proto.xibuild +++ b/repo/xcb-proto/xcb-proto.xibuild @@ -8,7 +8,7 @@ SOURCE=https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$PKG_VER. DESC="XML-XCB protocol descriptions" build () { - PYTHON=python3 ./configure $XORG_CONFIG + PYTHON=python3 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static } package () { |