wok diff xfwm4/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 7e968c7eff76
children 0874004b631d
line diff
     1.1 --- a/xfwm4/receipt	Thu Jan 20 02:18:29 2011 +0100
     1.2 +++ b/xfwm4/receipt	Wed Jan 19 21:54:37 2011 +0000
     1.3 @@ -20,6 +20,7 @@
     1.4  		--enable-startup-notification \
     1.5  		--enable-randr \
     1.6  		--disable-debug \
     1.7 +		--disable-static \
     1.8  		--mandir=/usr/share/man $CONFIGURE_ARGS && \
     1.9  	make && make DESTDIR=$PWD/_pkg install
    1.10  }