mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
086d577b3d
GObject no longer uses gthread, so libgthread should no longer be included in the linker flags of programs built against GObject.
13 lines
264 B
PkgConfig
13 lines
264 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
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgobject-2.0
|
|
Libs.private: @LIBFFI_LIBS@
|
|
Cflags:
|