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:
parent
797f63b8be
commit
b73cd6066a
|
@ -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(
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Reference in New Issue