wok-stable diff wxWidgets/receipt @ rev 10549

php: Added back code to add desktop, image, and php.ini in compile_rules. These files are needed for php-common not php directly. Thats what they were there.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:47:51 2011 +0000 (2011-05-25)
parents 6b78f781fc73
children 6ad0290ef344
line diff
     1.1 --- a/wxWidgets/receipt	Sat Feb 19 17:19:11 2011 +0000
     1.2 +++ b/wxWidgets/receipt	Wed May 25 14:47:51 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wxWidgets"
     1.7 -VERSION="2.8.11"
     1.8 +VERSION="2.8.12"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Cross-platform GUI Library"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -22,7 +22,8 @@
    1.13  	cd $src
    1.14  	./configure \
    1.15  		--enable-shared \
    1.16 -		--enable-unicode &&
    1.17 +		--enable-unicode \
    1.18 +		$CONFIGURE_ARGS &&
    1.19  	make &&
    1.20  	make DESTDIR=$DESTDIR install &&
    1.21  	cd $src/contrib &&