From: Florian Boor Date: Wed, 26 Aug 2009 21:32:38 +0000 (+0200) Subject: gtk+: add simple native gtk+ 2.12.11 with all modules built in. X-Git-Tag: Release-2010-05/1~2581 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33fa619402eeb4f07ff92afabc6d60189150539c;p=openembedded.git gtk+: add simple native gtk+ 2.12.11 with all modules built in. --- diff --git a/recipes/gtk+/gtk+-native_2.12.11.bb b/recipes/gtk+/gtk+-native_2.12.11.bb new file mode 100644 index 0000000000..9a4c05e1ae --- /dev/null +++ b/recipes/gtk+/gtk+-native_2.12.11.bb @@ -0,0 +1,12 @@ + +require gtk+_2.12.11.bb + +inherit native + +DEPENDS += "atk-native pango-native cairo-native" +PROVIDES = "gtk+-native" + +EXTRA_OECONF += "--without-libtiff --disable-modules" + +PR = "r1" +