summarylogtreecommitdiffstats
path: root/fix-meson.patch
blob: ca1206e7cbd7498bcef8377ffcdc2a4284d1694a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gtg-0.5/GTG/plugins/meson.build.orig	2021-12-20 21:46:00.794846161 +0200
+++ gtg-0.5/GTG/plugins/meson.build	2021-12-20 21:45:50.254746017 +0200
@@ -23,8 +23,6 @@
     install_dir: plugin_install_dir,
     type: 'desktop',
     args: ['--keyword=name', '--keyword=short-description', '--keyword=description'],
-    build_by_default: true,
-    build_always_stale: true
     # build always because otherwise new translations won't be applied
   )
   subdir(plugin.underscorify())