mirror of
https://github.com/elementary/gala.git
synced 2024-11-24 12:23:58 +03:00
9469155b44
Replace clutter-gtk-1.0 with native clutter-1.0 API and use mutter's internal clutter/cogl libraries if needed.
13 lines
326 B
PkgConfig
13 lines
326 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
pkgdatadir=@datadir@/gala
|
|
|
|
Name: Gala
|
|
Description: Library to develop plugins for Gala
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: gdk-pixbuf-2.0 glib-2.0 gobject-2.0 @MUTTER_PKGS@
|
|
Libs: -L${libdir} -lgala
|
|
Cflags: -I${includedir}/gala @MUTTER_CFLAGS@
|