9e9240b2a5
* configure.ac: Add gdk-pixbuf-xlib cflags/libs to clutter libs Build the gtk-clutter.pc file. * clutter.pc.in: Add the gdk-pixbuf-xlib depends. * gtk/gtk-clutter.pc.in: pkg-config stuff for gtk-clutter * gtk/Makefile.am: Install gtk-clutter.pc
12 lines
405 B
PkgConfig
12 lines
405 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: clutter-@CLUTTER_MAJORMINOR@
|
|
Description: Clutter library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lclutter-@CLUTTER_MAJORMINOR@
|
|
Cflags: -I${includedir}/clutter-@CLUTTER_MAJORMINOR@
|
|
Requires: pangoft2 glib-2.0 >= 2.8 gthread-2.0 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gstreamer-0.10 gstreamer-plugins-base-0.10
|