mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[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:
parent
febe7287d3
commit
c3efad1368
1
debian/rules
vendored
1
debian/rules
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user