mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-14 22:48:25 +02: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:
parent
06161682bb
commit
1cdafd8053
1 changed files with 0 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue