wayland/src/wayland-server-uninstalled.pc.in
Reynaldo H. Verdejo Pinochet 84776648a5 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>
2016-11-21 11:17:17 +00:00

9 lines
298 B
PkgConfig

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} -I${protocoldir}
Libs: -L${libdir} -lwayland-server