mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2025-12-20 02:20:17 +01:00
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/lib/libx11/-/merge_requests/280>
16 lines
385 B
PkgConfig
16 lines
385 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
xthreadlib=@XTHREADLIB@
|
|
|
|
Name: X11
|
|
Description: X Library
|
|
URL: https://gitlab.freedesktop.org/xorg/lib/libx11/
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xproto @XKBPROTO_REQUIRES@
|
|
Requires.private: @X11_EXTRA_DEPS@
|
|
Cflags: -I${includedir} @XTHREAD_CFLAGS@
|
|
Libs: -L${libdir} -lX11
|
|
Libs.private: @XTHREADLIB@
|