mirror of
https://github.com/mirror/libX11.git
synced 2026-05-28 01:44:57 +08: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>
16 lines
332 B
PkgConfig
16 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@
|