flatpak / flatpak-builder

Tool to build flatpaks from source
GNU Lesser General Public License v2.1
142 stars 93 forks source link

Default libdir for app is /app/lib #587

Closed nanonyme closed 9 months ago

nanonyme commented 9 months ago

flatpak-builder promises that libdir is /app/lib for apps but this is currently not really the case. Instead, flatpak-builder relies on patching of libdir on Meson and cmake and prefix being set to /app. Since it's not really up to runtime to select what libdir for apps is (this is defined in flatpak instead), instead add a default here.

nanonyme commented 9 months ago

I will close this for further work.