mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
build: add uninstalled pkg-config files
Required for building apps against wayland libraries that have not been installed. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
parent
e4efef869e
commit
693e5983f4
4 changed files with 27 additions and 0 deletions
|
|
@ -80,9 +80,12 @@ AC_CONFIG_FILES([Makefile
|
||||||
wayland-scanner.m4
|
wayland-scanner.m4
|
||||||
cursor/Makefile
|
cursor/Makefile
|
||||||
cursor/wayland-cursor.pc
|
cursor/wayland-cursor.pc
|
||||||
|
cursor/wayland-cursor-uninstalled.pc
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc/Wayland/Makefile
|
doc/Wayland/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
src/wayland-server-uninstalled.pc
|
||||||
|
src/wayland-client-uninstalled.pc
|
||||||
src/wayland-server.pc
|
src/wayland-server.pc
|
||||||
src/wayland-client.pc
|
src/wayland-client.pc
|
||||||
src/wayland-version.h
|
src/wayland-version.h
|
||||||
|
|
|
||||||
8
cursor/wayland-cursor-uninstalled.pc.in
Normal file
8
cursor/wayland-cursor-uninstalled.pc.in
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
libdir=@abs_builddir@/.libs
|
||||||
|
includedir=@abs_srcdir@
|
||||||
|
|
||||||
|
Name: Wayland Cursor
|
||||||
|
Description: Wayland cursor helper library (not installed)
|
||||||
|
Version: @WAYLAND_VERSION@
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
Libs: -L${libdir} -lwayland-cursor
|
||||||
8
src/wayland-client-uninstalled.pc.in
Normal file
8
src/wayland-client-uninstalled.pc.in
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
libdir=@abs_builddir@/.libs
|
||||||
|
includedir=@abs_srcdir@
|
||||||
|
|
||||||
|
Name: Wayland Client
|
||||||
|
Description: Wayland client side library (not installed)
|
||||||
|
Version: @PACKAGE_VERSION@
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
Libs: -L${libdir} -lwayland-client
|
||||||
8
src/wayland-server-uninstalled.pc.in
Normal file
8
src/wayland-server-uninstalled.pc.in
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
libdir=@abs_builddir@/.libs
|
||||||
|
includedir=@abs_srcdir@
|
||||||
|
|
||||||
|
Name: Wayland Server
|
||||||
|
Description: Server side implementation of the Wayland protocol (not installed)
|
||||||
|
Version: @PACKAGE_VERSION@
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
Libs: -L${libdir} -lwayland-server
|
||||||
Loading…
Add table
Add a link
Reference in a new issue