739ce79e21
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
15 lines
290 B
PkgConfig
15 lines
290 B
PkgConfig
prefix=/gtk
|
|
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: 2.30.3
|
|
Libs: -L${libdir} -lgmodule-2.0 -pthread -lrt
|
|
Libs.private: -ldl
|
|
Cflags: -pthread
|