diff options
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 966fd733f..c160f589d 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:  | 
