From 764d082cf6f32ed5ad8559c44e71af8f6aed63a2 Mon Sep 17 00:00:00 2001 From: X512 <45505339+X547@users.noreply.github.com> Date: Sun, 15 Dec 2024 00:13:22 +0900 Subject: [PATCH] gtk3: enable Wayland input method (#11449) --- x11-libs/gtk3/gtk3-3.24.36.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/gtk3/gtk3-3.24.36.recipe b/x11-libs/gtk3/gtk3-3.24.36.recipe index a6a4f4974..1fb84475d 100644 --- a/x11-libs/gtk3/gtk3-3.24.36.recipe +++ b/x11-libs/gtk3/gtk3-3.24.36.recipe @@ -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