gtk3: enable Wayland input method (#11449)

This commit is contained in:
X512
2024-12-15 00:13:22 +09:00
committed by GitHub
parent be3dd1015a
commit 764d082cf6

View File

@@ -5,7 +5,7 @@ ranging from small one-off projects to complete application suites."
HOMEPAGE="https://www.gtk.org"
COPYRIGHT="GNOME Desktop"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://ftp.gnome.org/pub/gnome/sources/gtk+/3.24/gtk+-$portVersion.tar.xz"
CHECKSUM_SHA256="27a6ef157743350c807ffea59baa1d70226dbede82a5e953ffd58ea6059fe691"
SOURCE_DIR="gtk+-$portVersion"
@@ -160,6 +160,7 @@ BUILD()
-Dx11_backend=false \
-Dwayland_backend=true \
-Dbroadway_backend=false \
-Dbuiltin_immodules=wayland \
-Dintrospection=true
ninja -C Build