[gnome-music/gnome-3-28] meson: Fix Gd install location
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/gnome-3-28] meson: Fix Gd install location
- Date: Mon, 5 Mar 2018 22:32:34 +0000 (UTC)
commit ef043df937e84fc209a3c8ea4044cfcfe0021392
Author: Marinus Schraal <mschraal gnome org>
Date: Mon Mar 5 22:42:27 2018 +0100
meson: Fix Gd install location
Install the Gd library in libdir, instead of datadir.
Closes #159
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index e4256eb..3ecae6f 100644
--- a/meson.build
+++ b/meson.build
@@ -19,7 +19,7 @@ PROJECT_RDNN_NAME='org.gnome.Music'
PYTHON_DIR = join_paths(get_option('prefix'), python.sysconfig_path('purelib'))
PKGDATA_DIR = join_paths(get_option('prefix'), get_option('datadir'), PROJECT_RDNN_NAME)
-PKGLIB_DIR = join_paths(PKGDATA_DIR, 'libs')
+PKGLIB_DIR = join_paths(get_option('prefix'), get_option('libdir'), PROJECT_RDNN_NAME)
# Dependencies
dependency('gobject-introspection-1.0', version: '>= 1.35.0')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]