wok-current diff gtklp/receipt @ rev 14399
evas_generic_loaders: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 23 18:10:37 2013 +0200 (2013-04-23) |
parents | dbf89b0ec274 |
children | 7896f0694ef6 |
line diff
1.1 --- a/gtklp/receipt Sun Dec 25 16:26:10 2011 +0100 1.2 +++ b/gtklp/receipt Tue Apr 23 18:10:37 2013 +0200 1.3 @@ -12,12 +12,13 @@ 1.4 TAGS="" 1.5 1.6 DEPENDS="cups gtk+" 1.7 -BUILD_DEPENDS="cups-dev gtk+-dev" 1.8 +BUILD_DEPENDS="cups-dev gtk+-dev autoconf automake libtool" 1.9 1.10 # Rules to configure and make the package. 1.11 1.12 compile_rules() { 1.13 cd $src 1.14 + sed -i 's|http.h.*|&\n#include <cups/ppd.h>|' gtklp/gtklp.h 1.15 sed -i 's/^gettextize .*/autopoint -f/' autogen.sh 1.16 chmod +x autogen.sh 1.17 ./autogen.sh