mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-23 04:12:13 +00:00
6c1ffea7b8
add gthread library and .pc files
11 lines
230 B
PkgConfig
11 lines
230 B
PkgConfig
prefix=
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: GThread
|
|
Description: Thread support for GLib
|
|
Version: 2.66.3
|
|
Requires: glib-2.0
|
|
Libs: -L${libdir} -lgthread-2.0
|
|
Libs.private: -lintl -liconv
|
|
Cflags: -I${includedir}
|