[debian] rules: Explicitly disable GTK4 for now.

Otherwise, the minimum GLib version is set to 2.66.0, which doesn't work
for most of the older Ubuntu distributions.

FIXME: Fix this such that if GLib 2.66.0 isn't found, but 2.34.0 or later
is found, it builds correctly and GTK4 is automatically disabled.
This commit is contained in:
David Korth 2022-12-24 12:36:32 -05:00
parent febe7287d3
commit c3efad1368

1
debian/rules vendored
View File

@ -18,6 +18,7 @@ CMAKE_OPTIONS := \
-DBUILD_KF5=ON \
-DBUILD_XFCE=ON \
-DBUILD_GTK3=ON \
-DBUILD_GTK4=OFF \
-DBUILD_CLI=ON \
-DENABLE_PVRTC=ON \
-DENABLE_LTO=ON \