mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-12 04:28:22 -05:00
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>
9 lines
298 B
PkgConfig
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
|