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:
Reynaldo H. Verdejo Pinochet 2016-08-29 14:25:46 -05:00 committed by Jonas Ådahl
parent 2e541a36de
commit 4253ad0b99
2 changed files with 6 additions and 0 deletions

View file

@ -35,6 +35,7 @@ PKG_NOARCH_INSTALLDIR
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
wayland-protocols.pc wayland-protocols.pc
wayland-protocols-uninstalled.pc
]) ])
AC_OUTPUT AC_OUTPUT

View file

@ -0,0 +1,5 @@
pkgdatadir=@abs_top_srcdir@
Name: Wayland Protocols
Description: Wayland protocol files (not installed)
Version: @WAYLAND_PROTOCOLS_VERSION@