30001939ad
Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit f723ad34cbdd99385ee5fbfc71423ab3c9bfdae2)
14 lines
370 B
PkgConfig
14 lines
370 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
apiversion=@COGL_API_VERSION@
|
|
requires=@COGL_PKG_REQUIRES@ @COGL_GST_PKG_REQUIRES@
|
|
|
|
Name: Cogl
|
|
Description: A gstreamer integration library for Cogl
|
|
Version: @COGL_VERSION@
|
|
Libs: -L${libdir} -lcogl-gst
|
|
Cflags: -I${includedir}/cogl -DCOGL_ENABLE_EXPERIMENTAL_2_0_API
|
|
Requires: ${requires}
|