Skip to content

Commit 8c71c5a

Browse files
Update to use SDL3 and remove -DCMAKE_POLICY_VERSION_MINIMUM=3.5 (#50)
1 parent 236e826 commit 8c71c5a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

get-dependencies.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pacman -Syu --noconfirm \
2020
pipewire-jack \
2121
qt6ct \
2222
qt6-wayland \
23-
sdl2 \
23+
sdl3 \
2424
speexdsp \
2525
vulkan-headers \
2626
xcb-util-cursor \
@@ -72,7 +72,6 @@ cmake .. \
7272
-DENABLE_LLVM=OFF \
7373
-DUSE_DISCORD_PRESENCE=OFF \
7474
-DENABLE_AUTOUPDATE=OFF \
75-
-DENCODE_FRAMEDUMPS=OFF \
76-
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
75+
-DENCODE_FRAMEDUMPS=OFF
7776
make -j $(nproc)
7877
sudo make install

0 commit comments

Comments
 (0)