The libglycin-gtk4 library provides
GTK-4 integration for glycin-2.1.1.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/glycin/2.1/glycin-2.1.1.tar.xz
Download MD5 sum: 411550c5da777a952bb6c811fd882156
Download size: 6.8 MB
Estimated disk space required: 670 MB (with documentation)
Estimated build time: 2.0 SBU (with documentation)
An Internet connection is needed for building this package. The system certificate store may need to be set up with make-ca-1.16.1 before building this package.
Install libglycin-gtk4 by running
the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
-D libglycin=false \
-D libglycin-gtk4=true \
-D glycin-loaders=false \
-D glycin-thumbnailer=false &&
ninja
If you have installed Gi-DocGen-2026.1, you can build the documentation by issuing:
sed "/install_dir:.*doc/s|,$| / 'glycin-' + meson.project_version()&|" \
-i ../libglycin/meson.build &&
meson configure -D capi_docs=true &&
ninja
This package does not come with a test suite.
Now as the root user:
ninja install
-D *=false: These
parameters disable the components already installed as a part of
glycin-2.1.1.
-D vapi=false: This option allows
building this package without Vala-0.56.19 installed.