wok-6.x diff transmission/receipt @ rev 6511
Disable gconf and libcanberra in transmission.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 02 00:56:24 2010 +0000 (2010-10-02) |
parents | 36538d520359 |
children | 08fbd2b189ba |
line diff
1.1 --- a/transmission/receipt Sat Sep 11 09:15:37 2010 +0000 1.2 +++ b/transmission/receipt Sat Oct 02 00:56:24 2010 +0000 1.3 @@ -20,6 +20,8 @@ 1.4 ./configure \ 1.5 --prefix=/usr \ 1.6 --disable-libnotify \ 1.7 + --disable-libcanberra \ 1.8 + --disable-gconf2 \ 1.9 $CONFIGURE_ARGS && \ 1.10 make && \ 1.11 make DESTDIR=$PWD/_pkg install