| prefix=/workspace/miniconda3/envs/vpp | |
| exec_prefix=${prefix} | |
| libdir=${exec_prefix}/lib | |
| includedir=${prefix}/include | |
| xthreadlib=-lpthread | |
| Name: X11 | |
| Description: X Library | |
| URL: https://gitlab.freedesktop.org/xorg/lib/libx11/ | |
| Version: 1.8.12 | |
| Requires: xproto kbproto | |
| Requires.private: xcb >= 1.11.1 | |
| Cflags: -I${includedir} | |
| Libs: -L${libdir} -lX11 | |
| Libs.private: -lpthread | |