xorg-server.pc.in: fix source URL
Source URL in .pc input was still linking to old dead xorg. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
828f9a1b7f
commit
ada105a5d2
|
@ -13,8 +13,8 @@ abi_xinput=@abi_xinput@
|
|||
abi_extension=@abi_extension@
|
||||
|
||||
Name: xorg-server
|
||||
Description: Modular X.Org X Server
|
||||
URL: https://gitlab.freedesktop.org/xorg/xserver/
|
||||
Description: Modular XLibre X Server
|
||||
URL: https://github.com/X11Libre/xserver/
|
||||
Version: @PACKAGE_VERSION@
|
||||
Requires.private: @SDK_REQUIRED_MODULES@
|
||||
Cflags: -I${sdkdir} @symbol_visibility@
|
||||
|
|
Loading…
Reference in New Issue