We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3b315 commit 7b29a9dCopy full SHA for 7b29a9d
.github/scripts/Linux/arm/bootstrap.sh
@@ -32,6 +32,7 @@ apt -y install \
32
libdrm-dev\
33
libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev\
34
libva-dev\
35
+ libvulkan-dev\
36
37
/.github/scripts/install-common-deps.sh
38
/.github/scripts/Linux/install_others.sh ndi pipewire ximea
.github/scripts/Linux/arm/build.sh
@@ -13,9 +13,6 @@ APPNAME=UltraGrid-latest-${ARCH}.AppImage
13
# shellcheck disable=SC2086 # intentional
14
set -- $FEATURES
15
set -- "$@" --enable-drm_disp
16
-if [ "$ARCH" != arm64 ]; then
17
- set -- "$@" --disable-vulkan
18
-fi
19
20
./autogen.sh "$@"
21
make -j "$(nproc)"
0 commit comments