summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+/gtk+.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+.inc')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc
index d8adc11f39..8c2b977658 100644
--- a/meta/recipes-gnome/gtk+/gtk+.inc
+++ b/meta/recipes-gnome/gtk+/gtk+.inc
@@ -18,7 +18,7 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
18 18
19PACKAGECONFIG[x11] = "--with-x=yes --with-gdktarget=x11,--with-x=no,${X11DEPENDS}" 19PACKAGECONFIG[x11] = "--with-x=yes --with-gdktarget=x11,--with-x=no,${X11DEPENDS}"
20 20
21inherit autotools gtk-doc pkgconfig update-alternatives 21inherit autotools gtk-doc pkgconfig update-alternatives gtk-immodules-cache
22 22
23PACKAGES += "libgail gtk-demo" 23PACKAGES += "libgail gtk-demo"
24 24
@@ -94,9 +94,3 @@ gtk_sysroot_preprocess () {
94 fi 94 fi
95} 95}
96 96
97postinst_prologue() {
98if [ "x$D" != "x" ]; then
99 exit 1
100fi
101
102}