[gnome-bluetooth: 3/14] build: Fix exec_prefix in pkg-config file
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth: 3/14] build: Fix exec_prefix in pkg-config file
- Date: Fri, 11 Jan 2019 11:23:04 +0000 (UTC)
commit 4ab7241eebd4ba2c6042f5fe835897e159467b1a
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Fri Jan 11 12:03:26 2019 +0100
build: Fix exec_prefix in pkg-config file
The `exec_prefix` is set as `libexecdir` since gnome-bluetooth was
ported to meson. However, this is wrong and `exec_prefix` should
use the value in `prefix`.
This has been changed so `exec_prefix` uses the value in `prefix`.
lib/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/meson.build b/lib/meson.build
index f83c1159..32843abe 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -117,7 +117,7 @@ pkg.generate(
'gtk+-3.0',
],
requires_private: 'libudev',
- variables: 'exec_prefix=' + gnomebt_libexecdir,
+ variables: 'exec_prefix=${prefix}',
)
if enable_gir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]