[gnome-sound-recorder/wip/jtojnar/run: 3/3] build: clean up src_res
- From: Jan Tojnar <jtojnar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder/wip/jtojnar/run: 3/3] build: clean up src_res
- Date: Fri, 18 Jan 2019 02:35:39 +0000 (UTC)
commit 3d4b84d480b46cd3f29544835e45ff0f18a031d6
Author: Jan Tojnar <jtojnar gmail com>
Date: Fri Jan 18 03:22:30 2019 +0100
build: clean up src_res
src/meson.build | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index b330904..1c19979 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,19 +1,3 @@
-sound_recorder_sources = files(
- 'application.js',
- 'audioProfile.js',
- 'fileUtil.js',
- 'info.js',
- 'listview.js',
- 'main.js',
- 'mainWindow.js',
- 'params.js',
- 'play.js',
- 'preferences.js',
- 'record.js',
- 'util.js',
- 'waveform.js',
-)
-
app_conf = configuration_data()
app_conf.set('prefix', sound_recorder_prefix)
app_conf.set('libdir', sound_recorder_libdir)
@@ -29,10 +13,8 @@ app = configure_file(
)
src_res = gnome.compile_resources(
- application_id + '.src',
- 'org.gnome.SoundRecorder.src.gresource.xml',
- source_dir: '.',
- dependencies: sound_recorder_sources,
+ '@0@.src'.format(application_id),
+ '@0 src gresource xml'.format(application_id),
gresource_bundle: true,
install: true,
install_dir: sound_recoder_pkgdatadir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]