Skip to content

Commit

Permalink
actually call mdimap.py. output filename is wrong. count (4) is wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Nov 2, 2024
1 parent 76f0058 commit dfa9341
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ font_mdi_c = xxd_generator.process(
extra_args: 'mdi_ttf',
)

mdimap_prog = find_program('scripts/mdimap.py', required: true)
mdimap_generator = generator(
mdimap_prog,
output: '@[email protected]',
arguments: ['@INPUT@', '@OUTPUT@'],
)
mdimap_cpp = mdimap_generator.process('src/fonts/MaterialDesign-Webfont/scss/_variables.scss')

brew_prefix = '/opt/homebrew/include'
brew = find_program('brew', required: false)
if brew.found()
Expand Down Expand Up @@ -243,7 +251,7 @@ if get_option('front-lvgl').enabled()
font_mdi_c,
'src/generated/domains.hpp',
version_file,
'src/mdimap.cpp',
mdimap_cpp,
],
install: true,
dependencies: [
Expand Down

0 comments on commit dfa9341

Please sign in to comment.