mesonbuild / meson

The Meson Build System
http://mesonbuild.com
Apache License 2.0
5.4k stars 1.55k forks source link

Meson Failing with FLTK #13228

Open bilaljo opened 1 month ago

bilaljo commented 1 month ago

Hello,

I have installed FLTK successfully with cmake (successfully because the sample exe which was provided by the framework works). However, meson does not find it as dependcy:

fltk = dependency('fltk', required : true)

it throws always, that it cannot find fltk. Is this an issue from meson side or fltk? CMake files are existing.

nda-cunh commented 1 month ago

if cmake don't generate the fltk.pc meson cant see it

test in your terminal

pkg-config --cflags --libs fltk