From: Emil Velikov <emil.veli...@collabora.com> When managing headers there's normally two ways to handle them - with or without the subfolder.
Opting for the latter case here, since it will provide direct feedback, whether one is using libweston-0 or any other version. Which in turn should deter (help prevent) issues like building/linking against multiple versions of libweston. Signed-off-by: Emil Velikov <emil.veli...@collabora.com> --- libweston/libweston.pc.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libweston/libweston.pc.in b/libweston/libweston.pc.in index 24fe813..bb95af9 100644 --- a/libweston/libweston.pc.in +++ b/libweston/libweston.pc.in @@ -2,11 +2,10 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -pkgincludedir=${includedir}/libweston-@LIBWESTON_ABI_VERSION@ Name: libweston API Description: Header files for libweston compositors development Version: @WESTON_VERSION@ Requires.private: wayland-server pixman-1 xkbcommon -Cflags: -I${pkgincludedir} +Cflags: -I${includedir} Libs: -L${libdir} -lweston-@LIBWESTON_ABI_VERSION@ -- 2.8.2 _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel