[gsettings-desktop-schemas/wip/carlosg/meson: 3/4] build: Install .pc file in $datadir



commit a05314a87611c272130bd53ccf22a954cc74667e
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Dec 7 12:07:09 2018 +0100

    build: Install .pc file in $datadir
    
    This is not arch dependent, so share/pkgconfig it is.

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 7c214d7..03183ab 100644
--- a/meson.build
+++ b/meson.build
@@ -32,6 +32,7 @@ gnome = import('gnome')
 pkg = import('pkgconfig')
 
 pkg.generate(name: gsettings_desktop_schemas_name,
+             install_dir: join_paths(datadir, 'pkgconfig'),
              version: gsettings_desktop_schemas_version,
              description: 'Shared GSettings schemas for the desktop, including helper headers')
 


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