wok-next diff supertux/receipt @ rev 11387

Compat: remove gtk+ from poppler DEPENDS to solve a build dependency loop
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:46:32 2011 +0100 (2011-12-10)
parents 8a32d9db2ad2
children 62e8a8e12e45
line diff
     1.1 --- a/supertux/receipt	Tue Dec 28 01:46:45 2010 +0000
     1.2 +++ b/supertux/receipt	Sat Dec 10 04:46:32 2011 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	cp ../stuff/menu.h src
     1.8 +	cp $stuff/menu.h src
     1.9  	cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
    1.10  	make && make DESTDIR=$PWD/_pkg install
    1.11  }