This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
prefix=@prefix@ |
| 2 |
exec_prefix=${prefix} |
| 3 |
libdir=${exec_prefix}/lib |
| 4 |
includedir=${prefix}/include |
| 5 |
apiversion=@GDIGICAM_API_VERSION@ |
| 6 |
glibrequired=@GLIB_REQUIRED@ |
| 7 |
gstrequired=@GST_REQUIRED@ |
| 8 |
gstmajorminor=@GST_MAJORMINOR@ |
| 9 |
|
| 10 |
|
| 11 |
Name: gdigicam |
| 12 |
Description: GDigicam Library |
| 13 |
Version: @VERSION@ |
| 14 |
Libs: -L${libdir} -lgdigicam-${apiversion} |
| 15 |
Cflags: -I${includedir}/gdigicam-${apiversion} |
| 16 |
Requires: glib-2.0 >= ${glibrequired} gobject-2.0 gstreamer-${gstmajorminor} >= ${gstrequired} gstreamer-base-${gstmajorminor} >= ${gstrequired} gstreamer-plugins-base-${gstmajorminor} >= ${gstrequired} |