From caed76f7988989d6cef19e8902262ffeb98e8246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Tue, 28 Nov 2017 10:07:53 +0000 Subject: patches/gtk2-2.24.31.local.patch:configure: always use ${PKG_CONFIG}. vars/gdk.vars: patch incorrectly missing gio-2.0 (glib) dependency into .pc file. vars/glib.vars:pkg_glib_install_pkgconfig_post(): fix library order. --- patches/gtk2-2.24.31.local.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'patches/gtk2-2.24.31.local.patch') diff --git a/patches/gtk2-2.24.31.local.patch b/patches/gtk2-2.24.31.local.patch index 050f26cd..72c378f1 100644 --- a/patches/gtk2-2.24.31.local.patch +++ b/patches/gtk2-2.24.31.local.patch @@ -51,3 +51,14 @@ diff -ru gtk+-2.24.31.orig/Makefile.in gtk+-2.24.31/Makefile.in # require automake 1.4 +--- gtk+-2.24.31/configure.orig 2016-09-09 19:33:11.000000000 +0000 ++++ gtk+-2.24.31/configure 2017-11-28 09:52:56.536000000 +0000 +@@ -24351,7 +24351,7 @@ + GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`" + ATK_PREFIX="`$PKG_CONFIG --variable=prefix atk`" + PANGO_PREFIX="`$PKG_CONFIG --variable=prefix pango`" +-CAIRO_PREFIX="`pkg-config --variable=prefix cairo`" ++CAIRO_PREFIX="`$PKG_CONFIG --variable=prefix cairo`" + + + -- cgit v1.2.3