Edit

IABSD.fr/xenocara/lib/libX11/x11.pc.in

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2025-04-30 17:26:10
    Hash : 20e89367
    Message : Update to libX11 1.8.12. ok tb@ jsg@

  • lib/libX11/x11.pc.in
  • 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@