summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBenedikt Morbach <benedikt.morbach@googlemail.com>2018-08-10 04:59:54 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-08-10 11:59:54 +0900
commita95696e33d750b4a6d3213c23ac4c7899131bb37 (patch)
treebf19bb53c294094ce1f067f55a698b4ccb95c544 /meson_options.txt
parentcf3872bd285350ef7c975d5eaba595bb2e71849d (diff)
downloadsystemd-a95696e33d750b4a6d3213c23ac4c7899131bb37.tar.gz
meson: actually honor pkgconfig*dir options (#9841)
both were silently ignored leading to some of the pkg-config files ending up in the wrong place
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a927473b9b..e3140c8c11 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -130,7 +130,7 @@ option('dbussessionservicedir', type : 'string',
description : 'D-Bus session service directory')
option('dbussystemservicedir', type : 'string',
description : 'D-Bus system service directory')
-option('pkgconfigdatadir', type : 'string', value : 'share/pkgconfig',
+option('pkgconfigdatadir', type : 'string', value : '',
description : 'directory for ')
option('pkgconfiglibdir', type : 'string', value : '',
description : 'directory for ')