mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
88ab35f3cb
This code is from https://bugzilla.gnome.org/show_bug.cgi?id=567087 and was adapted by myself to also support the GVariant fundamental type. Signed-off-by: David Zeuthen <davidz@redhat.com>
13 lines
276 B
PkgConfig
13 lines
276 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GObject
|
|
Description: GLib Type, Object, Parameter and Signal Library
|
|
Requires: glib-2.0,gthread-2.0
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgobject-2.0
|
|
Libs.private: @LIBFFI_LIBS@
|
|
Cflags:
|