File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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..54af44fe 100644
34
+ index 21e44153..c484247c 100644
35
35
--- a/aui.audio/CMakeLists.txt
36
36
+++ b/aui.audio/CMakeLists.txt
37
37
@@ -5,26 +5,44 @@ add_subdirectory(3rdparty/ogg)
@@ -71,8 +71,8 @@ index 21e44153..54af44fe 100644
71
71
+ if (AUIB_DISABLE)
72
72
+ auib_use_system_libs_begin()
73
73
+ find_package(PkgConfig)
74
- + pkg_check_modules(PULSE IMPORTED_TARGET libpulse-simple )
75
- + aui_link(aui.audio PUBLIC PkgConfig::PULSE )
74
+ + pkg_check_modules(PULSEAUDIO REQUIRED libpulse)
75
+ + aui_link(aui.audio PUBLIC PkgConfig::PULSEAUDIO )
76
76
+ auib_use_system_libs_end()
77
77
+ else ()
78
78
+ aui_link(aui.audio PUBLIC pulse)
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" , " 8bcc81765c0e28e85a6f2fe173361d2ada9ed60daf9b7541ccf24034c93e6b36 " )
10
+ add_patches (" v7.1.2" , " patches/v7.1.2/debundle.diff" , " b613693e13c63fc39b8f6622ac3458d1877639b22dbf37668d3f2992d802b937 " )
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