83dafa5f9e
Assorted build fixes to pass distcheck. * clutter/glx/Makefile.am: Install the clutter-glx.h header. * clutter/Makefile.am: Actually apply linker flags. * configure.ac: Use a more readable CLUTTER_API_VERSION instead of CLUTTER_MAJORMINOR; require gobject-2.0 with glib-2.0 >= 2.10, as we are using GObject and the slice allocator from glib 2.10. * clutter.pc.in: Add the apiversion variable.
14 lines
434 B
PkgConfig
14 lines
434 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
backend=@clutterbackend@
|
|
apiversion=@CLUTTER_API_VERSION@
|
|
|
|
Name: Clutter
|
|
Description: Clutter Core Library (${backend} backend)
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lclutter-${backend}-${apiversion}
|
|
Cflags: -I${includedir}/clutter-${apiversion}
|
|
Requires: glib-2.0 >= 2.10 gobject-2.0 gthread-2.0 pangoft2 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0
|