mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
16 lines
395 B
PkgConfig
16 lines
395 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
glib_genmarshal=glib-genmarshal
|
|
gobject_query=gobject-query
|
|
glib_mkenums=glib-mkenums
|
|
|
|
Name: GLib
|
|
Description: C Utility Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lglib-2.0 @INTLLIBS@
|
|
Libs.private: @ICONV_LIBS@ @GLIB_RT_LIBS@
|
|
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include @GLIB_EXTRA_CFLAGS@
|