wok-current rev 8032
Disabled static and debug in both xfce4-settings and xfwm4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jan 19 21:54:37 2011 +0000 (2011-01-19) |
parents | de3b10b53363 |
children | 111b3686c5e9 |
files | xfce4-settings/receipt xfwm4/receipt |
line diff
1.1 --- a/xfce4-settings/receipt Thu Jan 20 02:21:06 2011 +0100 1.2 +++ b/xfce4-settings/receipt Wed Jan 19 21:54:37 2011 +0000 1.3 @@ -24,7 +24,8 @@ 1.4 --enable-xrandr \ 1.5 --enable-libxklavier \ 1.6 --enable-sound-settings \ 1.7 - --enable-debug=no \ 1.8 + --disable-debug \ 1.9 + --disable-static \ 1.10 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.11 make && make DESTDIR=$PWD/_pkg install 1.12 }
2.1 --- a/xfwm4/receipt Thu Jan 20 02:21:06 2011 +0100 2.2 +++ b/xfwm4/receipt Wed Jan 19 21:54:37 2011 +0000 2.3 @@ -20,6 +20,7 @@ 2.4 --enable-startup-notification \ 2.5 --enable-randr \ 2.6 --disable-debug \ 2.7 + --disable-static \ 2.8 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 2.9 make && make DESTDIR=$PWD/_pkg install 2.10 }