[Solved] Pkgconfig does not recongnize glib

Hey! I’m trying to build zathura the pdf viewer for Haiku, so a build dependcy is https://github.com/pwmt/girara. But pkg-config does not seem to detect glib-2.0 even when I have it installed. Can anyone help?

I tried pkg-config --list-all and glib is not on the list.

I had to install the _devel package ex: glib_devel instead of just glib.

pkg-config files are installed (default) to the devel packages where possible :slight_smile: