wok diff gtkmm/receipt @ rev 6653

Fixed gdk-pixbuf. Added xpm and jpeg to be build into gdk-pixbuf instead of being just plugins. Fixes some missing icons and background from being missig in slitaz desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 01:06:19 2010 +0000 (2010-10-11)
parents c38d85e890c2
children e11ea00cf974
line diff
     1.1 --- a/gtkmm/receipt	Wed May 05 15:07:01 2010 +0000
     1.2 +++ b/gtkmm/receipt	Mon Oct 11 01:06:19 2010 +0000
     1.3 @@ -25,7 +25,7 @@
     1.4  		--mandir=/usr/share/man \
     1.5  		--disable-docmentation \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11