mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 14:14:31 +00:00
xwayland: install pkgconfig to sharedir
Remove the previous change which ensured that the xwayland pkgconfig
file was installed into $libdir. This is a breaking change for build
systems searching for the xwayland pkg-config file. The sharedir
location fits xwayland better since the pkg-config file does not contain
linking information, it only contains the data on how to locate the
xwayland binary and which features are enabled.
Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
Reviewed-by: Olivier Fourdan <ofourdan@redhat.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1543>
(cherry picked from commit b9754729e1)
This commit is contained in:
committed by
Alan Coopersmith
parent
06161682bb
commit
1cdafd8053
@@ -183,7 +183,6 @@ pkgconfig.generate(
|
||||
name: 'Xwayland',
|
||||
description: 'X Server for Wayland',
|
||||
dataonly: true,
|
||||
install_dir: join_paths(get_option('libdir'), 'pkgconfig'),
|
||||
variables: [
|
||||
'exec_prefix=${prefix}',
|
||||
'xwayland=' + xwayland_path / xwayland_server.name(),
|
||||
|
||||
Reference in New Issue
Block a user