wok-6.x diff xfce4-settings/receipt @ 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 de72b34f5fa0
children 0874004b631d
line diff
     1.1 --- a/xfce4-settings/receipt	Thu Jan 20 02:17:18 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  }