1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-13 03:11:16 +00:00

debian building now does it with everything enabled in ./configure

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@189 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Jason Tan 2005-08-26 03:39:47 +00:00
parent 2210a8459f
commit b179e811e8

2
debian/rules vendored
View File

@ -31,7 +31,7 @@ configure-stamp:
autoheader autoheader
automake-1.9 -a automake-1.9 -a
autoconf autoconf
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-double-buffer --enable-own-window --enable-proc-uptime --enable-mpd --enable-xft --enable-seti
touch configure-stamp touch configure-stamp