derle.sh 235 B

12345678
  1. ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
  2. --with-xkb-output=/var/lib/xkb \
  3. --enable-glamor \
  4. --with-fontrootdir=/usr/share/fonts \
  5. --enable-install-setuid \
  6. --disable-systemd-logind \
  7. --enable-suid-wrapper
  8. make