739ce79e21
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
14 lines
262 B
PkgConfig
14 lines
262 B
PkgConfig
prefix=/gtk
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
xcbproto_version=1.6
|
|
|
|
Name: XCB
|
|
Description: X-protocol C Binding
|
|
Version: 1.7
|
|
Requires.private: xau >= 0.99.2
|
|
Libs: -L${libdir} -lxcb
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|