mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 04:46:15 +01:00
12 lines
305 B
PkgConfig
12 lines
305 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: GModule
|
||
|
Description: Dynamic module loader for GLib
|
||
|
Requires: glib-2.0
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-1.3 @G_MODULE_LIBS@
|
||
|
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib/include
|