changeset 403:dfbce0f35d29

desktop/libwnck: forgot meson.patch
author David Demelier <markand@malikania.fr>
date Wed, 03 Apr 2019 20:10:00 +0200
parents b93b27c5c22b
children aa4ce5296a8f
files desktop/libwnck/meson.patch
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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',