summaryrefslogtreecommitdiffhomepage
path: root/vars/gdk.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-25 17:45:43 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-25 17:45:43 +0000
commit77addcec5ebd0279072497fdf692acae22e0cb3d (patch)
tree7cf26383035fc22f72728b9fcd8ca22791e02d9d /vars/gdk.vars
parent78102c250dc6839abaa86ad5a5644da012857ebc (diff)
downloadmidipix_build-77addcec5ebd0279072497fdf692acae22e0cb3d.tar.bz2
midipix_build-77addcec5ebd0279072497fdf692acae22e0cb3d.tar.xz
vars/{gdk,glib}.vars: attach to correct build step.
Diffstat (limited to 'vars/gdk.vars')
-rw-r--r--vars/gdk.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/gdk.vars b/vars/gdk.vars
index a55bbcd4..f29e48f3 100644
--- a/vars/gdk.vars
+++ b/vars/gdk.vars
@@ -5,7 +5,7 @@
: ${PKG_GDB_CONFIG_CACHE_EXTRA:="
enable_gio_sniffing=yes"};
-pkg_gdk_install_pkgconfig_post() {
+pkg_gdk_install_files_post() {
local _pc_path="";
for _pc_path in $(find "${PKG_DESTDIR}"/lib/pkgconfig -name \*.pc); do
sed -i"" -e '/^Requires:\s\+gobject-2.0$/s/^.*$/& gio-2.0/' \