mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-06 23:28:19 +02:00
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:
parent
c3198080fc
commit
5348d7d792
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue