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 <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2223>
This commit is contained in:
Olivier Fourdan 2026-05-27 11:22:09 +02:00 committed by Marge Bot
parent c3198080fc
commit 5348d7d792

View file

@ -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')