File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ index 6902d56a..98ebd001 100644
31
31
# [configure file example]
32
32
configure_file(cmake/aui-config.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/aui-config.cmake @ONLY)
33
33
diff --git a/aui.audio/CMakeLists.txt b/aui.audio/CMakeLists.txt
34
- index 21e44153..c3843c84 100644
34
+ index 21e44153..e3154d7f 100644
35
35
--- a/aui.audio/CMakeLists.txt
36
36
+++ b/aui.audio/CMakeLists.txt
37
37
@@ -5,26 +5,36 @@ add_subdirectory(3rdparty/ogg)
@@ -94,7 +94,7 @@ index 21e44153..c3843c84 100644
94
94
- )
95
95
+ if (AUIB_DISABLE)
96
96
+ include(FindPkgConfig)
97
- + pkg_check_modules(soxr REQUIRED soxr)
97
+ + pkg_check_modules(soxr REQUIRED IMPORTED_TARGET soxr)
98
98
+ aui_link(aui.audio PRIVATE PkgConfig::soxr)
99
99
+ else ()
100
100
+ auib_import(soxr https://github.com/aui-framework/soxr
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package("aui")
7
7
" https://github.com/aui-framework/aui.git" )
8
8
9
9
add_versions (" v7.1.2" , " a4cf965c50d75e20a319c9c8b231ad9c13c25a06ad303e1eb65d1ff141b1f85c" )
10
- add_patches (" v7.1.2" , " patches/v7.1.2/debundle.diff" , " 8119e7ba16ba352b2ac2fa53f2479f71b27de6a91996102151cd3f801430003d " )
10
+ add_patches (" v7.1.2" , " patches/v7.1.2/debundle.diff" , " 38b541580f5d19535262f66962b929469e57c5a6c68a664360a98b29939275a7 " )
11
11
12
12
add_deps (" cmake" )
13
13
if is_subhost (" windows" ) then
You can’t perform that action at this time.
0 commit comments