mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 08:10:03 +01:00
pkgconfig files: Add URL
https://github.com/pkgconf/pkgconf/blob/master/man/pc.5 says it's
a mandatory field in *.pc files.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
(cherry picked from commit b73cd6066a)
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1895>
This commit is contained in:
parent
3a6d035aec
commit
6f1acb0dff
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ pkgconfig.generate(
|
|||
'exec_prefix=${prefix}',
|
||||
'xwayland=' + xwayland_path + '/Xwayland',
|
||||
] + xwayland_vars,
|
||||
url: 'https://gitlab.freedesktop.org/xorg/xserver/',
|
||||
)
|
||||
|
||||
xwayland_manpage = configure_file(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue