From 4253ad0b99eb1e98daa27539a689415ee8cccb67 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Mon, 29 Aug 2016 14:25:46 -0500 Subject: buildsystem: add -uninstalled.pc pkg-config file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For building against an uninstalled wayland-protocols tree Signed-off-by: Reynaldo H. Verdejo Pinochet Reviewed-by: Derek Foreman Signed-off-by: Derek Foreman Reviewed-by: Bryce Harrington Reviewed-by: Jonas Ã…dahl --- configure.ac | 1 + wayland-protocols-uninstalled.pc.in | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 wayland-protocols-uninstalled.pc.in diff --git a/configure.ac b/configure.ac index 4c43daa..fbb0ec2 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,7 @@ PKG_NOARCH_INSTALLDIR AC_CONFIG_FILES([ Makefile wayland-protocols.pc + wayland-protocols-uninstalled.pc ]) AC_OUTPUT diff --git a/wayland-protocols-uninstalled.pc.in b/wayland-protocols-uninstalled.pc.in new file mode 100644 index 0000000..cf7adf2 --- /dev/null +++ b/wayland-protocols-uninstalled.pc.in @@ -0,0 +1,5 @@ +pkgdatadir=@abs_top_srcdir@ + +Name: Wayland Protocols +Description: Wayland protocol files (not installed) +Version: @WAYLAND_PROTOCOLS_VERSION@ -- cgit v1.2.3