Skip to content

Commit

Permalink
openal-soft: depend libsdl2 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarwinux authored Nov 30, 2023
1 parent cadc1e2 commit f98bb6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ list(APPEND ep
libdvdnav
libiconv
luajit
openal-soft
fribidi
expat
nettle
Expand Down Expand Up @@ -73,6 +72,7 @@ list(APPEND ep
vulkan-header
vulkan
libsdl2
openal-soft
libopenmpt
shaderc
glad
Expand Down
2 changes: 2 additions & 0 deletions packages/openal-soft.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ExternalProject_Add(openal-soft
DEPENDS
libsdl2
GIT_REPOSITORY https://github.com/kcat/openal-soft.git
SOURCE_DIR ${SOURCE_LOCATION}
GIT_CLONE_FLAGS "--filter=tree:0"
Expand Down

0 comments on commit f98bb6c

Please sign in to comment.