From 33fa619402eeb4f07ff92afabc6d60189150539c Mon Sep 17 00:00:00 2001
From: Florian Boor <florian.boor@kernelconcepts.de>
Date: Wed, 26 Aug 2009 23:32:38 +0200
Subject: gtk+: add simple native gtk+ 2.12.11 with all modules built in.

---
 recipes/gtk+/gtk+-native_2.12.11.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 recipes/gtk+/gtk+-native_2.12.11.bb

(limited to 'recipes/gtk+')

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"
+
-- 
cgit v1.2.3