diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-09 19:39:12 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-09 19:39:12 +0200 |
commit | 48477102c9791ba35b61e5fc76b2e615df9bbd44 (patch) | |
tree | c8a5d3db744e584dc3ed2338c363c2b710d326fc /modules/gnome.py | |
parent | 6e6ac02eaf265c6688c528175bce71ea45549ca7 (diff) | |
download | meson-48477102c9791ba35b61e5fc76b2e615df9bbd44.zip meson-48477102c9791ba35b61e5fc76b2e615df9bbd44.tar.gz meson-48477102c9791ba35b61e5fc76b2e615df9bbd44.tar.bz2 |
Now can compile all Qt5 tests with module.
Diffstat (limited to 'modules/gnome.py')
-rw-r--r-- | modules/gnome.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/gnome.py b/modules/gnome.py index 966fd73..c160f58 100644 --- a/modules/gnome.py +++ b/modules/gnome.py @@ -21,9 +21,7 @@ import subprocess from coredata import MesonException class GnomeModule: - def get_rules(self, ): - return [] - + def compile_resources(self, state, args, kwargs): cmd = ['glib-compile-resources', '@INPUT@', '--generate'] if 'source_dir' in kwargs: |