Skip to content

Commit

Permalink
meson: Disable unused fs import
Browse files Browse the repository at this point in the history
fs requires Meson >= 0.53.
  • Loading branch information
bgilbert committed Feb 14, 2025
1 parent 5176347 commit be20e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ iccs = [
'bad_mpe.icc', 'ibm-t61.icc', 'test1.icc', 'test3.icc', 'test5.icc',
'toosmall.icc'
]
fs=import('fs')
# fs=import('fs') - requires Meson >=0.53.0
foreach icc : iccs
# fs.copyfile(icc) # DOES NOT WORK ON FEDORA 40
configure_file(input : icc, output : icc, copy : true)
Expand Down

0 comments on commit be20e63

Please sign in to comment.