[shotwell/ricotz/vala: 1/2] build: _LIB is expected to be a relative path




commit ad2f91fc0ddedef8e416e91bacdcb90072cd8bdc
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Apr 20 08:24:47 2022 +0200

    build: _LIB is expected to be a relative path

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index b8735b5d..25264663 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ conf.set_quoted('_VERSION', meson.project_version())
 conf.set_quoted('_PREFIX', get_option('prefix'))
 conf.set_quoted('_LANG_SUPPORT_DIR', join_paths(get_option('prefix'), get_option('localedir')))
 conf.set_quoted('_LIBEXECDIR', join_paths(get_option('prefix'), get_option('libexecdir')))
-conf.set_quoted('_LIB', join_paths(get_option('prefix'), get_option('libdir')))
+conf.set_quoted('_LIB', get_option('libdir'))
 configure_file(output : 'config.h', configuration: conf)
 
 config_incdir = include_directories('.')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]