I’m trying to pack my game into a flatpak, my game originally builds using Meson and depends on GLEW, I added GLEW using the shared modules repo, I have the following in my manifest file:
Now I know that GLEW is getting built in the flatpak-builder directory, but I’ve noticed that the pkgconfig file is getting installed in “flatpak-build/files/lib/pkgconfig/glew.pc” so maybe Meson doesn’t search in this directory