From 2a8e1c75863bc84c55eadcff1f3adb42d409d180 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Sun, 20 Feb 2022 19:19:45 +0100 Subject: - Distinctive development mode --- src/meson.build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index 66df479..c689689 100644 --- a/src/meson.build +++ b/src/meson.build @@ -14,6 +14,7 @@ conf.set_quoted('GETTEXT_PACKAGE', 'furtherance') conf.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir'))) conf.set_quoted('PKGDATADIR', pkgdatadir) conf.set_quoted('APP_ID', app_id) +conf.set_quoted('PROFILE', profile) configure_file( input: 'config.rs.in', @@ -39,13 +40,11 @@ rust_sources = files( 'ui/history_box.rs', 'ui/window.rs', - 'settings_manager.rs', - 'application.rs', 'config.rs', 'main.rs', - 'database.rs', + 'settings_manager.rs', ) sources = [cargo_sources, rust_sources] -- cgit 1.4.1