mesonbuild / meson

The Meson Build System

Home Page:http://mesonbuild.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meson Failing with FLTK

bilaljo opened this issue · comments

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.

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

test in your terminal

pkg-config --cflags --libs fltk