b445ee3763
While the Meego developers agreed to switching mutter to GTK+-3.0 unconditionally a while ago, Canonical used a GTK+-2.0 build for their Unity project. As Canonical now announced a switch to compiz as their window manager, there is no longer a reason to maintain GTK+-2.0 compatibility. https://bugzilla.gnome.org/show_bug.cgi?id=633133
13 lines
280 B
PkgConfig
13 lines
280 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
libgnome_serverdir=@libexecdir@
|
|
|
|
Name: libmutter-private
|
|
Description: Mutter internals shared
|
|
Requires: gtk+-3.0
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmutter-private
|
|
Cflags: -I${includedir}/mutter
|