[dconf: 12/21] build: Fix pkg-config exec_prefix variable
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf: 12/21] build: Fix pkg-config exec_prefix variable
- Date: Sat, 11 Aug 2018 21:38:42 +0000 (UTC)
commit 53099b79fcdc90e62513d98ece28a40c01daa676
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Wed Apr 11 09:32:41 2018 +0200
build: Fix pkg-config exec_prefix variable
The `exec_prefix` variable in the pkg-config file should point to
`prefix` but it is pointing to `libexecdir`.
This has been updated to point to `${prefix}`.
client/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/client/meson.build b/client/meson.build
index 55f1ac0..88492fb 100644
--- a/client/meson.build
+++ b/client/meson.build
@@ -53,7 +53,7 @@ pkg.generate(
filebase: meson.project_name(),
subdirs: meson.project_name(),
requires: 'gio-2.0 ' + gio_req_version,
- variables: 'exec_prefix=' + dconf_libexecdir
+ variables: 'exec_prefix=${prefix}'
)
libdconf_vapi = files(meson.project_name() + '.vapi')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]