Skip to content

Commit df0ac8d

Browse files
committed
Revert to not regenerating resources due to Fedora 41 ARM container issue.
1 parent 5346d0b commit df0ac8d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/meson.build

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ blueprints = custom_target('blueprints',
1313
# following lines can be exchanged to regenerate the files dynamically,
1414
# and check updated versions into the repository if necessary.
1515
#
16-
#resources = ['resources.h', 'resources.c']
17-
resources = gnome.compile_resources('resources',
18-
'mendingwall.gresource.xml',
19-
c_name: 'mendingwall',
20-
dependencies: blueprints
21-
)
16+
resources = ['resources.h', 'resources.c']
17+
#resources = gnome.compile_resources('resources',
18+
# 'mendingwall.gresource.xml',
19+
# c_name: 'mendingwall',
20+
# dependencies: blueprints
21+
#)
2222

2323
# mendingwall program
2424
mendingwall_sources = [

0 commit comments

Comments
 (0)