[nautilus/wip/ernestask/gtk4-continued] meson.build: Fix application ID



commit 3cd370a7781db62b89505855387f2be46f180bea
Author: Ernestas Kulik <ernestask gnome org>
Date:   Sat Jul 14 14:56:57 2018 +0300

    meson.build: Fix application ID
    
    application_id is referenced in data/meson.build, so it’ll be less
    annoying to append the profile to it as well.

 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index c8f4b7be6..a868a7b78 100644
--- a/meson.build
+++ b/meson.build
@@ -129,9 +129,9 @@ else
   name_suffix = ''
 endif
 
-application_id = 'org.gnome.Nautilus'
+application_id = 'org.gnome.Nautilus' + profile
 
-conf.set_quoted('APPLICATION_ID', application_id + profile)
+conf.set_quoted('APPLICATION_ID', application_id)
 conf.set_quoted('GETTEXT_PACKAGE', 'nautilus')
 conf.set_quoted('INSTALL_PREFIX', prefix)
 conf.set_quoted('LOCALEDIR', join_paths(prefix, localedir))


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