mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02:00
gobject.pc: remove dependency on gthread
GObject no longer uses gthread, so libgthread should no longer be included in the linker flags of programs built against GObject.
This commit is contained in:
parent
306aa62ea5
commit
086d577b3d
@ -5,7 +5,7 @@ includedir=@includedir@
|
|||||||
|
|
||||||
Name: GObject
|
Name: GObject
|
||||||
Description: GLib Type, Object, Parameter and Signal Library
|
Description: GLib Type, Object, Parameter and Signal Library
|
||||||
Requires: glib-2.0,gthread-2.0
|
Requires: glib-2.0
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lgobject-2.0
|
Libs: -L${libdir} -lgobject-2.0
|
||||||
Libs.private: @LIBFFI_LIBS@
|
Libs.private: @LIBFFI_LIBS@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user