wok diff gtkpod/receipt @ rev 15315

tilda: include glib.h only
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 16:51:47 2013 +0000 (2013-09-27)
parents 16418229683b
children d1c17bd2c2bc
line diff
     1.1 --- a/gtkpod/receipt	Sun Sep 19 23:48:53 2010 +0000
     1.2 +++ b/gtkpod/receipt	Fri Sep 27 16:51:47 2013 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr &&
     1.8 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11  }