mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
15 lines
334 B
PkgConfig
15 lines
334 B
PkgConfig
|
prefix=/usr
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
gmodule_supported=true
|
||
|
|
||
|
Name: GModule
|
||
|
Description: Dynamic module loader for GLib
|
||
|
Requires: glib-2.0
|
||
|
Version: @VERSION@
|
||
|
Libs: ${pc_top_builddir}/${pcfiledir}/gmodule/libgmodule-2.0.la
|
||
|
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@/gmodule
|
||
|
|