diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-08-26 23:32:38 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-08-27 10:45:52 +0200 |
commit | 33fa619402eeb4f07ff92afabc6d60189150539c (patch) | |
tree | 48e70b46fb8be3651ab19ef0a31871ecd4eef2f3 | |
parent | 1760484c1f79f32fedc3302b42c4415266959f64 (diff) |
gtk+: add simple native gtk+ 2.12.11 with all modules built in.
-rw-r--r-- | recipes/gtk+/gtk+-native_2.12.11.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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" + |