Blame SOURCES/0140-meson-No-need-to-redefine-default-pkgconfig-install-.patch

73b847
From b80ab222218642010e5afb0d5617412a80303e3e Mon Sep 17 00:00:00 2001
73b847
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
73b847
Date: Mon, 16 Dec 2019 18:52:46 +0100
73b847
Subject: [PATCH 140/181] meson: No need to redefine default pkgconfig install
73b847
 dir
73b847
73b847
This value would be the default anyways
73b847
---
73b847
 meson.build | 2 +-
73b847
 1 file changed, 1 insertion(+), 1 deletion(-)
73b847
73b847
diff --git a/meson.build b/meson.build
73b847
index 8ea4a8b..1d101a7 100644
73b847
--- a/meson.build
73b847
+++ b/meson.build
73b847
@@ -209,4 +209,4 @@ pkgconfig.generate(
73b847
     libraries: libfprint,
73b847
     subdirs: 'libfprint',
73b847
     filebase: 'libfprint2',
73b847
-    install_dir: join_paths(get_option('libdir'), 'pkgconfig'))
73b847
+)
73b847
-- 
73b847
2.24.1
73b847