mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 01:10:13 +01:00
buildsystem: add -uninstalled.pc pkg-config file
For building against an uninstalled wayland-protocols tree Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com> Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
2e541a36de
commit
4253ad0b99
2 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ PKG_NOARCH_INSTALLDIR
|
|||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
wayland-protocols.pc
|
||||
wayland-protocols-uninstalled.pc
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
||||
|
|
|
|||
5
wayland-protocols-uninstalled.pc.in
Normal file
5
wayland-protocols-uninstalled.pc.in
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pkgdatadir=@abs_top_srcdir@
|
||||
|
||||
Name: Wayland Protocols
|
||||
Description: Wayland protocol files (not installed)
|
||||
Version: @WAYLAND_PROTOCOLS_VERSION@
|
||||
Loading…
Add table
Reference in a new issue