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