Skip to content

Commit fdc0c51

Browse files
committed
fixup
1 parent d080553 commit fdc0c51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/a/aui/patches/v7.1.2/debundle.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ index 6902d56a..98ebd001 100644
3131
# [configure file example]
3232
configure_file(cmake/aui-config.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/aui-config.cmake @ONLY)
3333
diff --git a/aui.audio/CMakeLists.txt b/aui.audio/CMakeLists.txt
34-
index 21e44153..c3843c84 100644
34+
index 21e44153..e3154d7f 100644
3535
--- a/aui.audio/CMakeLists.txt
3636
+++ b/aui.audio/CMakeLists.txt
3737
@@ -5,26 +5,36 @@ add_subdirectory(3rdparty/ogg)
@@ -94,7 +94,7 @@ index 21e44153..c3843c84 100644
9494
- )
9595
+if (AUIB_DISABLE)
9696
+ include(FindPkgConfig)
97-
+ pkg_check_modules(soxr REQUIRED soxr)
97+
+ pkg_check_modules(soxr REQUIRED IMPORTED_TARGET soxr)
9898
+ aui_link(aui.audio PRIVATE PkgConfig::soxr)
9999
+else ()
100100
+ auib_import(soxr https://github.com/aui-framework/soxr

packages/a/aui/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package("aui")
77
"https://github.com/aui-framework/aui.git")
88

99
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")
1111

1212
add_deps("cmake")
1313
if is_subhost("windows") then

0 commit comments

Comments
 (0)