We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5346d0b commit df0ac8dCopy full SHA for df0ac8d
src/meson.build
@@ -13,12 +13,12 @@ blueprints = custom_target('blueprints',
13
# following lines can be exchanged to regenerate the files dynamically,
14
# and check updated versions into the repository if necessary.
15
#
16
-#resources = ['resources.h', 'resources.c']
17
-resources = gnome.compile_resources('resources',
18
- 'mendingwall.gresource.xml',
19
- c_name: 'mendingwall',
20
- dependencies: blueprints
21
-)
+resources = ['resources.h', 'resources.c']
+#resources = gnome.compile_resources('resources',
+# 'mendingwall.gresource.xml',
+# c_name: 'mendingwall',
+# dependencies: blueprints
+#)
22
23
# mendingwall program
24
mendingwall_sources = [
0 commit comments