xorg-libx11/x11.pc.in
Alan Coopersmith 4a3ca6eece x11.pc: Add URL field
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libx11/-/merge_requests/280>
2025-02-23 15:19:54 -08:00

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@