c2130e9556
This makes sure we install a cogl-gst-1.0.pc and cogl-gst-2.0-experimental.pc file consistent with other sub-libraries such that cogl-1.x packages can be parallel installed with cogl master. Reviewed-by: Neil Roberts <neil@linux.intel.com>
14 lines
307 B
PkgConfig
14 lines
307 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=1.0
|
|
requires=@COGL_PKG_REQUIRES@ cogl-1.0
|
|
|
|
Name: Cogl
|
|
Description: A GStreamer integration library for Cogl
|
|
Version: @COGL_1_VERSION@
|
|
Libs: -L${libdir} -lcogl-gst
|
|
Cflags: -I${includedir}/cogl
|
|
Requires: ${requires}
|