diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-11-28 10:07:53 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-11-28 10:16:15 +0000 |
commit | caed76f7988989d6cef19e8902262ffeb98e8246 (patch) | |
tree | 1875f43b506499c25026cfa12bbba0cc59bb02a6 /patches | |
parent | 64cbaf56f14518ebd10bda62964706dac289ebdc (diff) | |
download | midipix_build-caed76f7988989d6cef19e8902262ffeb98e8246.tar.bz2 midipix_build-caed76f7988989d6cef19e8902262ffeb98e8246.tar.xz |
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.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/gtk2-2.24.31.local.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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`" + + + |