mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
11 lines
232 B
PkgConfig
11 lines
232 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: GLib
|
||
|
Description: C Utility Library
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lglib-1.3
|
||
|
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib/include
|