wok-stable diff librsvg/receipt @ rev 6947

Added dbus-dev and glib-dev to dbus-glib-dev depends. Needed for pkg-config --cflags dbus-glib-1 to work on clean chroot.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 24 21:06:53 2010 +0000 (2010-10-24)
parents 7048d5b4c327
children 43e11f0a6527
line diff
     1.1 --- a/librsvg/receipt	Tue Oct 12 15:45:20 2010 +0000
     1.2 +++ b/librsvg/receipt	Sun Oct 24 21:06:53 2010 +0000
     1.3 @@ -37,6 +37,6 @@
     1.4  
     1.5  	# remove *.*a files
     1.6  	find $fs/usr/lib/gtk-2.0 -name "*.*a" -exec rm -f {} \;
     1.7 -	rind $fs/usr/lib/gdk-pixbuf-2.0 -name "*.*a" -exec rm -f {} \;
     1.8 +	find $fs/usr/lib/gdk-pixbuf-2.0 -name "*.*a" -exec rm -f {} \;
     1.9  }
    1.10