summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+3.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc
index 4742eb9267..f4d5254e43 100644
--- a/meta/recipes-gnome/gtk+/gtk+3.inc
+++ b/meta/recipes-gnome/gtk+/gtk+3.inc
@@ -18,7 +18,8 @@ export PKG_CONFIG_FOR_BUILD = "${STAGING_BINDIR_NATIVE}/pkg-config-native"
18 18
19do_configure_prepend() { 19do_configure_prepend() {
20 # Do this because the configure script is running ./libtool directly 20 # Do this because the configure script is running ./libtool directly
21 ln -s ${TARGET_PREFIX}libtool libtool || true 21 rm -f libtool
22 ln -s ${TARGET_PREFIX}libtool libtool
22} 23}
23 24
24# Forcibly disable the GTK+ 2 dependency as we don't want to natively build the 25# Forcibly disable the GTK+ 2 dependency as we don't want to natively build the