libx11

libx11

X11 client-side library

  • version 1.8.12-1
  • is not a group package

Dependencies

Installation

Install it by running either;

kpkg install libx11

or

kpkg build libx11

To see the difference, see The handbook

Dependency Graph

graph TD
    N0["libxau"]
    N1["libxdmcp"]
    N2["libxcb"]
    N3["xorgproto"]
    N4["xcb-proto"]
    N5["libx11"]
    style N5 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
    N0 --> N2
    N1 --> N2
    N2 --> N5
    N3 --> N5
    N3 --> N0
    N3 --> N1
    N4 --> N2