The libportal package provides a library that contains GIO-style async APIs for most Flatpak portals.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://github.com/flatpak/libportal/releases/download/0.4/libportal-0.4.tar.xz
Download MD5 sum: 2ca3806e18e2197dd87d22379405a624
Download size: 52 KB
Estimated disk space required: 3.6 MB
Estimated build time: 0.1 SBU
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libportal
Install libportal by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. && ninja
This package does not come with a test suite.
          Now, as the root user:
        
ninja install
          --buildtype=release:
          Specify a buildtype suitable for stable releases of the package, as
          the default may produce unoptimized binaries.
        
          -Dgtk_doc=false: Remove
          this parameter if GTK-Doc is
          installed and you wish to rebuild and install the API
          documentation.
        
Last updated on