mir: 2.20.2 -> 2.21.0

This commit is contained in:
OPNA2608
2025-07-18 01:48:54 +02:00
parent 8c34fc8c3c
commit a9633d818d
2 changed files with 36 additions and 28 deletions
+34 -26
View File
@@ -26,6 +26,7 @@
lttng-ust,
libgbm,
nettle,
pixman,
udev,
wayland,
wayland-scanner,
@@ -105,32 +106,39 @@ stdenv.mkDerivation (finalAttrs: {
wayland-scanner
];
buildInputs = [
boost
egl-wayland
freetype
glib
glm
libdrm
libepoxy
libevdev
libglvnd
libinput
libuuid
libxcb
libxkbcommon
libxmlxx
yaml-cpp
lttng-ust
libgbm
nettle
udev
wayland
xorg.libX11
xorg.libXcursor
xorg.xorgproto
xwayland
] ++ lib.optionals (lib.strings.versionAtLeast version "2.18.0") [ libapparmor ];
buildInputs =
[
boost
egl-wayland
freetype
glib
glm
libdrm
libepoxy
libevdev
libglvnd
libinput
libuuid
libxcb
libxkbcommon
libxmlxx
yaml-cpp
lttng-ust
libgbm
nettle
udev
wayland
xorg.libX11
xorg.libXcursor
xorg.xorgproto
xwayland
]
++ lib.optionals (lib.strings.versionAtLeast version "2.18.0") [
libapparmor
]
++ lib.optionals (lib.strings.versionAtLeast version "2.21.0") [
pixman
];
nativeCheckInputs = [
dbus
+2 -2
View File
@@ -5,8 +5,8 @@ let
in
{
mir = common {
version = "2.20.2";
hash = "sha256-kxXPRIvgvpWqos8l/fJyHvfJBNi0jOZfV5inY3SBavM=";
version = "2.21.0";
hash = "sha256-WCVh1163ZmT8tHe60AOxSg7AEDXsSekNb7UpbojyIXU=";
};
mir_2_15 = common {