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:
Alan Coopersmith 2025-03-08 14:49:16 -08:00 committed by Olivier Fourdan
parent 3a6d035aec
commit 6f1acb0dff

View file

@ -196,6 +196,7 @@ pkgconfig.generate(
'exec_prefix=${prefix}', 'exec_prefix=${prefix}',
'xwayland=' + xwayland_path + '/Xwayland', 'xwayland=' + xwayland_path + '/Xwayland',
] + xwayland_vars, ] + xwayland_vars,
url: 'https://gitlab.freedesktop.org/xorg/xserver/',
) )
xwayland_manpage = configure_file( xwayland_manpage = configure_file(