diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-27 16:08:16 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-27 16:08:16 +0100 |
commit | 3c6e86517e845f9b054feb54dc4bddf5245d5106 (patch) | |
tree | f928459299006a8cab77a2a55884c0491b4800eb /recipes/gtk+/gtk+-native_2.18.6.bb | |
parent | d96527b442d1fc8c9bda6df8bd97f0afc39ba338 (diff) |
gtk+ (-native): add 2.18.6 and convert to new-style staging
Diffstat (limited to 'recipes/gtk+/gtk+-native_2.18.6.bb')
-rw-r--r-- | recipes/gtk+/gtk+-native_2.18.6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gtk+/gtk+-native_2.18.6.bb b/recipes/gtk+/gtk+-native_2.18.6.bb new file mode 100644 index 0000000000..59459e363c --- /dev/null +++ b/recipes/gtk+/gtk+-native_2.18.6.bb @@ -0,0 +1,11 @@ + +require gtk+_${PV}.bb + +inherit native + +DEPENDS += "atk-native pango-native cairo-native" +PROVIDES = "gtk+-native" + +EXTRA_OECONF += "--without-libtiff --disable-modules" + + |