mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-04-16 20:20:37 +02:00
X.Org bug #15664 <https://bugs.freedesktop.org/show_bug.cgi?id=15664> Patch #16128 <https://bugs.freedesktop.org/attachment.cgi?id=16128> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
15 lines
332 B
PkgConfig
15 lines
332 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: @X11_EXTRA_DEPS@
|
|
Cflags: -I${includedir} @XTHREAD_CFLAGS@
|
|
Libs: -L${libdir} -lX11
|
|
Libs.private: @XTHREADLIB@
|