mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 14:03:17 +00:00
sdk: install xlibre-server.pc in addition to xorg-server.pc
A little step forward in completely separating our SDK from old legacy Xorg. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
58143b96fd
commit
408b3076a7
@ -862,6 +862,15 @@ if build_xorg
|
||||
'pkgconfig'),
|
||||
)
|
||||
|
||||
configure_file(
|
||||
input: 'xlibre-server.pc.in',
|
||||
output: 'xlibre-server.pc',
|
||||
configuration: sdkconfig,
|
||||
install_dir: join_paths(get_option('prefix'),
|
||||
get_option('libdir'),
|
||||
'pkgconfig'),
|
||||
)
|
||||
|
||||
install_data('xorg-server.m4',
|
||||
install_dir: join_paths(get_option('datadir'), 'aclocal'))
|
||||
endif
|
||||
|
||||
21
xlibre-server.pc.in
Normal file
21
xlibre-server.pc.in
Normal file
@ -0,0 +1,21 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
datarootdir=@datarootdir@
|
||||
moduledir=@moduledir@
|
||||
sdkdir=@sdkdir@
|
||||
sysconfigdir=@sysconfigdir@
|
||||
|
||||
abi_ansic=@abi_ansic@
|
||||
abi_videodrv=@abi_videodrv@
|
||||
abi_xinput=@abi_xinput@
|
||||
abi_extension=@abi_extension@
|
||||
|
||||
Name: xlibre-server
|
||||
Description: Modular XLibre X Server
|
||||
URL: https://github.com/X11Libre/xserver/
|
||||
Version: @PACKAGE_VERSION@
|
||||
Requires.private: @SDK_REQUIRED_MODULES@
|
||||
Cflags: -I${sdkdir} @symbol_visibility@
|
||||
Libs: -L${libdir} @XORG_DRIVER_LIBS@
|
||||
Loading…
x
Reference in New Issue
Block a user