[gnome-boxes] meson: Remove gresources vala argument
- From: Iñigo Martínez <inigomartinez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] meson: Remove gresources vala argument
- Date: Thu, 21 Dec 2017 20:21:42 +0000 (UTC)
commit 7a496d8edfe42fbfb959afe007d5dd76873d1c51
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Sun Dec 10 13:52:24 2017 +0100
meson: Remove gresources vala argument
The gresources vala argument is not necessary because the resource
files are already generated using the gnome's compile resources
function, and files added to the boxes source files.
This patch removes the vala argument which is not necessary anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=791421
src/meson.build | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 96aef0b..28bf04d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -10,8 +10,7 @@ vala_args = [
'--target-glib', '2.44',
'--vapidir', vapi_dir,
'--vapidir', join_paths (vapi_dir, 'upstream'),
- '--vapidir', join_paths (meson.build_root (), 'subprojects', 'libgd', 'libgd'),
- '--gresources', resource_files,
+ '--vapidir', join_paths (meson.build_root (), 'subprojects', 'libgd', 'libgd')
]
common_dependencies = [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]