mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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>
This commit is contained in:
parent
8d335bf264
commit
84776648a5
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue