update build script

This commit is contained in:
2026-05-21 08:49:12 +02:00
parent b38732009e
commit 9c3cb74ea0
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
BUILD_DEPENDENCIES="git nano cmake ninja-build devscripts build-essential lintian python3 python3-dev python3-pip python3-jsonschema python3-jinja2 qt6-base-dev qt6-serialport-dev qt6-websockets-dev libudev-dev libxkbcommon-dev libvulkan-dev libgl1-mesa-dev libusb-1.0-0-dev libasound2-dev libturbojpeg0-dev libjpeg-dev libssl-dev pkg-config libftdi1-dev libcec-dev libp8-platform-dev libudev-dev libdrm-dev libxcb-randr0-dev libxcb-shm0-dev libxcb-image0-dev libx11-dev libxrandr-dev libxrender-dev libxcb-util0-dev libxcb-render0-dev"
HYPERION_RELEASE_TAG="2.2.0"
HYPERION_RELEASE_TAG="2.2.1"
HYPERION_GIT_REPO_URL="https://github.com/hyperion-project/hyperion.ng.git"
BUILD_TYPE="Release"
ARCHITECTURE="amd64"