wok rev 6305
Fixed some --disable options in gutenprint.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 16 19:21:25 2010 +0000 (2010-09-16) |
parents | d62539c455d6 |
children | efe9a3cf4475 |
files | gutenprint/receipt |
line diff
1.1 --- a/gutenprint/receipt Thu Sep 16 18:49:32 2010 +0000 1.2 +++ b/gutenprint/receipt Thu Sep 16 19:21:25 2010 +0000 1.3 @@ -21,10 +21,10 @@ 1.4 --sysconfdir=/etc \ 1.5 --localstatedir=/var \ 1.6 --mandir=/usr/share/man \ 1.7 - --disable-samples \ 1.8 + --disable-samples \ 1.9 --with-cups \ 1.10 - --disable-libgutenprintui \ 1.11 - --disable-gtktest \ 1.12 + --disable-libgutenprintui2 \ 1.13 + --disable-test \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 make DESTDIR=$PWD/_pkg install