summary refs log tree commit diff
path: root/pkgs/development/libraries/gnome-video-effects/fix-pc-file.patch
blob: 62b29e7d025aa72f5d6f9bab0b96d71ca4797ba6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/meson.build
+++ b/meson.build
@@ -17,7 +17,7 @@
 # Can't use pkgconfig helper https://github.com/mesonbuild/meson/issues/2253
 conf = configuration_data()
 conf.set('prefix', prefix)
-conf.set('datarootdir', pkgdatadir)
+conf.set('datarootdir', datadir)
 conf.set('VERSION', meson.project_version())
 
 pkg = configure_file(configuration: conf,