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>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1863>
This commit is contained in:
Alan Coopersmith 2025-03-08 14:49:16 -08:00 committed by Marge Bot
parent 797f63b8be
commit b73cd6066a
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -14,6 +14,7 @@ abi_extension=@abi_extension@
Name: xorg-server
Description: Modular X.Org X Server
URL: https://gitlab.freedesktop.org/xorg/xserver/
Version: @PACKAGE_VERSION@
Requires.private: @SDK_REQUIRED_MODULES@
Cflags: -I${sdkdir} @symbol_visibility@