# HG changeset patch # User David Demelier # Date 1554315000 -7200 # Node ID dfbce0f35d29359877b423fa938e0393af25e057 # Parent b93b27c5c22bf8cf72ffd8a315d67f1446dcb19c desktop/libwnck: forgot meson.patch diff -r b93b27c5c22b -r dfbce0f35d29 desktop/libwnck/meson.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/desktop/libwnck/meson.patch Wed Apr 03 20:10:00 2019 +0200 @@ -0,0 +1,25 @@ +--- meson.build.orig 2019-04-01 18:48:42.112306765 +0000 ++++ meson.build 2019-04-01 18:48:56.522469768 +0000 +@@ -80,10 +80,7 @@ + pc_conf.set('VERSION', meson.project_version()) + + foreach pc: [PACKAGE_NAME, PACKAGE_NAME + '-uninstalled'] +- install_path = [] +- if not pc.contains('-uninstalled') +- install_path = join_paths(libdir, 'pkgconfig') +- endif ++ install_path = '/usr/lib/pkgconfig' + configure_file(input: pc + '.pc.in', + output: pc + '.pc', + configuration: pc_conf, +--- libwnck/meson.build.orig 2019-04-01 20:51:13.650735190 +0200 ++++ libwnck/meson.build 2019-04-01 20:51:25.410875902 +0200 +@@ -117,7 +117,7 @@ + ) + endif + +-install_headers(headers, subdir: libwnck_includedir) ++install_headers(headers, install_dir: libwnck_includedir) + + progs = [ + 'wnckprop',