2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 07:10:16 -07:00

gtk+3: Add more configure flags.

This commit is contained in:
Dylan Araps 2019-07-27 18:24:23 +03:00
parent 35e08b0a6c
commit 72a9f3f64f

View File

@ -2,6 +2,15 @@
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-xkb \
--enable-xinerama \
--enable-xrandr \
--enable-xfixes \
--enable-xcomposite \
--enable-xdamage \
--enable-x11-backend \
--disable-nls \
--enable-debug=no \
--disable-cloudproviders \