[gnome-video-effects/wip/jtojnar/meson-fixes: 3/4] build: Use the pkgconfigdir variable



commit da6699b7a3bd1503b6be2a3231b8e292360211df
Author: Jan Tojnar <jtojnar gmail com>
Date:   Mon Aug 19 19:21:08 2019 +0200

    build: Use the pkgconfigdir variable
    
    We have it so we might as well use it.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 408cd6b..e2aa69a 100644
--- a/meson.build
+++ b/meson.build
@@ -23,6 +23,6 @@ conf.set('VERSION', meson.project_version())
 pkg = configure_file(configuration: conf,
                      input: 'gnome-video-effects.pc.in',
                      install: true,
-                     install_dir: datadir / 'pkgconfig',
+                     install_dir: pkgconfigdir,
                      output: 'gnome-video-effects.pc')
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]