gtk4: fix build.

This commit is contained in:
triallax 2023-08-05 20:16:27 +01:00 committed by classabbyamp
parent 1efb5a5e6c
commit 342093834d

View File

@ -6,9 +6,9 @@ build_style=meson
build_helper="gir"
configure_args="-Dman-pages=true -Dgtk_doc=true -Dbuild-tests=false
-Dbuild-testsuite=false -Dbuild-examples=false
$(vopt_feature broadway broadway-backend)
$(vopt_feature x11 x11-backend)
$(vopt_feature wayland wayland-backend)
$(vopt_bool broadway broadway-backend)
$(vopt_bool x11 x11-backend)
$(vopt_bool wayland wayland-backend)
$(vopt_feature gir introspection)
$(vopt_feature colord colord)
$(vopt_feature cloudproviders cloudproviders)