x11: add XPanelWindow
This commit is contained in:
parent
908ba3eef5
commit
73cfeba61b
15 changed files with 804 additions and 5 deletions
|
@ -62,16 +62,22 @@ To build quickshell at all, you will need the following packages (names may vary
|
|||
|
||||
- just
|
||||
- cmake
|
||||
- pkg-config
|
||||
- ninja
|
||||
- Qt6 [ QtBase, QtDeclarative ]
|
||||
|
||||
To build with wayland support you will additionally need:
|
||||
- pkg-config
|
||||
- wayland
|
||||
- wayland-scanner (may be part of wayland on some distros)
|
||||
- wayland-protocols
|
||||
- Qt6 [ QtWayland ]
|
||||
|
||||
To build with x11 support you will additionally need:
|
||||
- libxcb
|
||||
|
||||
To build with pipewire support you will additionally need:
|
||||
- libpipewire
|
||||
|
||||
### Building
|
||||
|
||||
To make a release build of quickshell run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue