buildsystem: adjust uninstalled -client/server pkg-config infra
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 26 Aug 2016 21:04:02 +0000 (16:04 -0500)
committerDaniel Stone <daniels@collabora.com>
Mon, 21 Nov 2016 11:17:17 +0000 (11:17 +0000)
Add missing protocol dir to uninstalled include path.

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>
Acked-by: Bryce Harrington <bryce@osg.samsung.com>
Signed-off-by: Daniel Stone <daniels@collabora.com>
src/wayland-client-uninstalled.pc.in
src/wayland-server-uninstalled.pc.in

index 3086621..732736e 100644 (file)
@@ -1,8 +1,9 @@
 libdir=@abs_builddir@/.libs
 includedir=@abs_srcdir@
+protocoldir=@abs_top_builddir@/protocol
  
 Name: Wayland Client
 Description: Wayland client side library (not installed)
 Version: @PACKAGE_VERSION@
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I${protocoldir}
 Libs: -L${libdir} -lwayland-client
index 9057782..562686c 100644 (file)
@@ -1,8 +1,9 @@
 libdir=@abs_builddir@/.libs
 includedir=@abs_srcdir@
+protocoldir=@abs_top_builddir@/protocol
  
 Name: Wayland Server
 Description: Server side implementation of the Wayland protocol (not installed)
 Version: @PACKAGE_VERSION@
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I${protocoldir}
 Libs: -L${libdir} -lwayland-server