wok-current 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 | 7933717f23d2 |
children | 8b7969d3a0f2 |
files | transmission/receipt |
line diff
1.1 --- a/transmission/receipt Fri Oct 01 21:03:32 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