gstreamer/pkgconfig/gstreamer-dataprotocol.pc.in
Thomas Vander Stichele b45c86c1df remove more PKG_CFLAGS
Original commit message from CVS:
remove more PKG_CFLAGS
2005-10-16 09:11:57 +00:00

12 lines
321 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer data protocol library
Description: Data protocol for plug-ins
Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstdataprotocol-@GST_MAJORMINOR@
Cflags: -I${includedir}