hypr: move muparse dep to hyprland-libs

This commit is contained in:
2025-12-18 13:47:39 +01:00
parent 99ad9b1dae
commit cb419eeaca
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ destdir = f"{fembuilddir}/DESTDIR"
deps = [ deps = [
"cairo", "cmake", "mesa", "libdisplay-info", "libdrm", "libinput", "cairo", "cmake", "mesa", "libdisplay-info", "libdrm", "libinput",
"libjxl", "libpng", "librsvg", "libwebp", "libzip", "libglvnd", "pixman", "libjxl", "libpng", "librsvg", "libwebp", "libzip", "libglvnd", "pixman",
"pugixml", "qt6", "seatd", "tomlplusplus", "wayland", "wayland-protocols", "hwdata" "pugixml", "qt6", "seatd", "tomlplusplus", "wayland", "wayland-protocols", "hwdata", "muparser",
] ]
build = [ build = [

View File

@@ -11,7 +11,7 @@ deps = [
"cairo", "cmake", "mesa", "libdisplay-info", "libdrm", "libinput", "cairo", "cmake", "mesa", "libdisplay-info", "libdrm", "libinput",
"libjxl", "libpng", "librsvg", "libwebp", "libzip", "libglvnd", "pixman", "libjxl", "libpng", "librsvg", "libwebp", "libzip", "libglvnd", "pixman",
"pugixml", "qt6", "seatd", "tomlplusplus", "wayland", "wayland-protocols", "hwdata", "pugixml", "qt6", "seatd", "tomlplusplus", "wayland", "wayland-protocols", "hwdata",
"glaze", "libliftoff", "re2", "xcb-util-errors", "xwayland", "cpio", "hyprland-libs", "muparser" "glaze", "libliftoff", "re2", "xcb-util-errors", "xwayland", "cpio", "hyprland-libs"
] ]
build = [ build = [