Skip to content

Commit

Permalink
Update meson.build with the actual names
Browse files Browse the repository at this point in the history
  • Loading branch information
KaruroChori authored Dec 14, 2024
1 parent 65ecfdf commit a933d9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ if get_option('use_system_fltk')
libfltk_images_dep = dependency(
'FLTK',
method: 'cmake',
modules: ['fltk-images-shared'],
modules: ['fltk_images-shared'],
required: false,
) #cc.find_library('fltk_images', dirs: ['/usr/lib'], required: false)
libfltk_forms_dep = dependency(
'FLTK',
method: 'cmake',
modules: ['fltk-forms-shared'],
modules: ['fltk_forms-shared'],
required: false,
) #cc.find_library('fltk_forms', dirs: ['/usr/lib'], required: false)
if libfltk_dep.found() == false or libfltk_images_dep.found() == false or libfltk_forms_dep.found() == false
Expand Down Expand Up @@ -395,4 +395,4 @@ pconf.generate(
description: 'VS fltk library (C interface only)',
url: 'https://github.com/KaruroChori/vs-fltk/',
version: meson.project_version(),
)
)

0 comments on commit a933d9c

Please sign in to comment.