739ce79e21
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
16 lines
289 B
PkgConfig
16 lines
289 B
PkgConfig
prefix=/gtk
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
xthreadlib=-lpthread
|
|
|
|
Name: X11
|
|
Description: X Library
|
|
Version: 1.4.3
|
|
Requires: xproto kbproto
|
|
Requires.private: xcb >= 1.1.92
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lX11
|
|
Libs.private: -lpthread
|