[gnome-boxes/wip/inigomartinez/meson: 12/13] meson: Remove gresources vala argument



commit 065a1b797e3db911ebae81c90b7f7c631431e0de
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 d25db14..96893cd 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]