739ce79e21
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
240 B
PkgConfig
12 lines
240 B
PkgConfig
prefix=/gtk
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: GThread
|
|
Description: Thread support for GLib
|
|
Requires: glib-2.0
|
|
Version: 2.30.3
|
|
Libs: -L${libdir} -lgthread-2.0 -pthread -lrt
|
|
Cflags: -pthread
|