mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 10:18:14 +02: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>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1863>
(cherry picked from commit b73cd6066a)
This commit is contained in:
parent
ef33d433d1
commit
b8cd2c30a0
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue