[gnome-internet-radio-locator] Add meson.project_name()



commit ff2bdf7cfc832cef818ad694cf1e48b076049844
Author: Ole Aamot <oka oka no>
Date:   Sun Nov 26 14:31:37 2017 +0100

    Add meson.project_name()

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 1cbdb71..8f94ad9 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ add_project_arguments('-DDEBUG=0', language : 'c')
 as_version = meson.project_version() # set in project() below
 conf = configuration_data()
 conf.set_quoted('VERSION', as_version)
-conf.set_quoted('GNOME_INTERNET_RADIO_LOCATOR_DATADIR', join_paths(get_option('prefix'),  
get_option('datadir')))
+conf.set_quoted('GNOME_INTERNET_RADIO_LOCATOR_DATADIR', join_paths(join_paths(get_option('prefix'), 
get_option('datadir')), meson.project_name()))
 configure_file(output : 'config.h', configuration : conf)
 glib_dep = dependency('glib-2.0')
 gtk3_dep = dependency('gtk+-3.0')


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