Skip to content

Install libfreerdp under the expected prefix

Flatpak applications should be build for the prefix /app. See[0].

libfreerdp uses cmake and automatically places its lib files under $PREFIX/lib64, which is not presented in $PKG_CONFIG_PATH in the flatpak sandbox. Therefore we need to pass extra config options in order to build freerdp at the expected location.

[0] https://github.com/flatpak/flatpak/wiki/Filesystem

Merge request reports