mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-01-04 19:10:15 +01:00
15 lines
342 B
PkgConfig
15 lines
342 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
xthreadlib=@XTHREADLIB@
|
|
|
|
Name: X11
|
|
Description: X Library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xproto @XKBPROTO_REQUIRES@
|
|
Requires.private: xau xdmcp @X11_EXTRA_DEPS@
|
|
Cflags: -I${includedir} @XTHREAD_CFLAGS@
|
|
Libs: -L${libdir} -lX11
|
|
Libs.private: @XTHREADLIB@
|