From 693e5983f424deee79367db8aba5d9ffb8fa144a Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Tue, 29 May 2012 16:53:20 +0300 Subject: build: add uninstalled pkg-config files Required for building apps against wayland libraries that have not been installed. Signed-off-by: Pekka Paalanen --- src/wayland-client-uninstalled.pc.in | 8 ++++++++ src/wayland-server-uninstalled.pc.in | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 src/wayland-client-uninstalled.pc.in create mode 100644 src/wayland-server-uninstalled.pc.in (limited to 'src') diff --git a/src/wayland-client-uninstalled.pc.in b/src/wayland-client-uninstalled.pc.in new file mode 100644 index 0000000..3086621 --- /dev/null +++ b/src/wayland-client-uninstalled.pc.in @@ -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 diff --git a/src/wayland-server-uninstalled.pc.in b/src/wayland-server-uninstalled.pc.in new file mode 100644 index 0000000..9057782 --- /dev/null +++ b/src/wayland-server-uninstalled.pc.in @@ -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 -- cgit v1.2.3-70-g09d2