From 5348d7d79200b377543915fea46628e35bf92c13 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Wed, 27 May 2026 11:22:09 +0200 Subject: [PATCH] xwayland: Add have_clipboard flag in pkgconfig file We use the pkgconfig file to indicate the availability of the command line options, add the newly added clipboard option there as well. Signed-off-by: Olivier Fourdan Part-of: --- hw/xwayland/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwayland/meson.build b/hw/xwayland/meson.build index 9bcaf94b6..997a6eec3 100644 --- a/hw/xwayland/meson.build +++ b/hw/xwayland/meson.build @@ -181,6 +181,7 @@ xwayland_vars = [ 'have_enable_ei_portal=' + build_ei_portal.to_string(), 'have_byteswappedclients=true', 'have_hidpi=true', + 'have_clipboard=true', ] pkgconfig = import('pkgconfig')