added packages to the prereq list since we are not building them with the global...
[lxqt-slackware.git] / autotools / libfm-extra
CommitLineData
73c8ba7d 1./autogen.sh \
2 --enable-debug \
3 --without-gtk \
4 --disable-demo
5
6CFLAGS="$SLKCFLAGS" \
7CXXFLAGS="$SLKCFLAGS" \
8./configure \
9 --prefix=/usr \
10 --libdir=/usr/lib${LIBDIRSUFFIX} \
11 --sysconfdir=/etc \
12 --localstatedir=/var \
13 --mandir=/usr/man \
14 --enable-static=no \
15 --with-extra-only \
16 --with-gtk=no \
17 --build=$ARCH