diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2016-08-26 16:04:02 -0500 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2016-11-21 11:17:17 +0000 |
commit | 84776648a55558a59913fb0b0b4b76229fb89a8e (patch) | |
tree | 115b2ce445c65e01cdb962f48e381f7db0a9f0e3 /src/wayland-server-uninstalled.pc.in | |
parent | 8d335bf264ee388034d9ac505daef0ea72d9f214 (diff) |
buildsystem: adjust uninstalled -client/server pkg-config infra
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>
Diffstat (limited to 'src/wayland-server-uninstalled.pc.in')
-rw-r--r-- | src/wayland-server-uninstalled.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wayland-server-uninstalled.pc.in b/src/wayland-server-uninstalled.pc.in index 9057782..562686c 100644 --- a/src/wayland-server-uninstalled.pc.in +++ b/src/wayland-server-uninstalled.pc.in @@ -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 |