7fe47f314b
Use the documented libweston-$major.so.0.$minor.$patch scheme. An (almost) identical one is used by GLIB, GDK{2,3}, QT5, json-glib and others. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
13 lines
328 B
PkgConfig
13 lines
328 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
libexecdir=@libexecdir@
|
|
pkglibexecdir=${libexecdir}/@PACKAGE@
|
|
|
|
Name: Weston Plugin API
|
|
Description: Header files for Weston plugin development
|
|
Version: @WESTON_VERSION@
|
|
Requires.private: libweston-@LIBWESTON_MAJOR@
|
|
Cflags: -I${includedir}/weston
|