8734477d52
Avoid populating *_VERSION constants through cflags in pkg-config-file which could be overridden by the project using it. Properly prefix the defines with META_ to make gi-scanner happy.
14 lines
336 B
PkgConfig
14 lines
336 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
girdir=@libdir@/mutter
|
|
typelibdir=@libdir@/mutter
|
|
|
|
Name: libmutter
|
|
Description: Mutter window manager library
|
|
Requires: gsettings-desktop-schemas gtk+-3.0 @CLUTTER_PACKAGE@ x11
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmutter
|
|
Cflags: -I${includedir}/mutter
|