mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-04-10 06:11:54 +10:00
nix: use libxcb directly
This commit is contained in:
parent
c030300191
commit
6bcd3d9bbf
1 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
wayland-protocols,
|
wayland-protocols,
|
||||||
wayland-scanner,
|
wayland-scanner,
|
||||||
xorg,
|
xorg,
|
||||||
|
libxcb ? xorg.libxcb,
|
||||||
libdrm,
|
libdrm,
|
||||||
libgbm ? null,
|
libgbm ? null,
|
||||||
vulkan-headers,
|
vulkan-headers,
|
||||||
|
|
@ -88,7 +89,7 @@
|
||||||
++ lib.optional (withWayland && lib.strings.compareVersions qt6.qtbase.version "6.10.0" == -1) qt6.qtwayland
|
++ lib.optional (withWayland && lib.strings.compareVersions qt6.qtbase.version "6.10.0" == -1) qt6.qtwayland
|
||||||
++ lib.optionals withWayland [ wayland wayland-protocols ]
|
++ lib.optionals withWayland [ wayland wayland-protocols ]
|
||||||
++ lib.optionals (withWayland && libgbm != null) [ libdrm libgbm vulkan-headers ]
|
++ lib.optionals (withWayland && libgbm != null) [ libdrm libgbm vulkan-headers ]
|
||||||
++ lib.optional withX11 xorg.libxcb
|
++ lib.optional withX11 libxcb
|
||||||
++ lib.optional withPam pam
|
++ lib.optional withPam pam
|
||||||
++ lib.optional withPipewire pipewire
|
++ lib.optional withPipewire pipewire
|
||||||
++ lib.optionals withPolkit [ polkit glib ];
|
++ lib.optionals withPolkit [ polkit glib ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue