diff options
-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" + |