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..c484247c 100644
34
+ index 21e44153..f6732e73 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,7 +71,7 @@ index 21e44153..c484247c 100644
71
71
+ if (AUIB_DISABLE)
72
72
+ auib_use_system_libs_begin()
73
73
+ find_package(PkgConfig)
74
- + pkg_check_modules(PULSEAUDIO REQUIRED libpulse)
74
+ + pkg_check_modules(PULSEAUDIO REQUIRED IMPORTED_TARGET libpulse)
75
75
+ aui_link(aui.audio PUBLIC PkgConfig::PULSEAUDIO)
76
76
+ auib_use_system_libs_end()
77
77
+ else ()
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" , " b613693e13c63fc39b8f6622ac3458d1877639b22dbf37668d3f2992d802b937 " )
10
+ add_patches (" v7.1.2" , " patches/v7.1.2/debundle.diff" , " 1eb3da88e82503e6a9a893c112b4dd97909341905fe0e28d3fb5a4d2a50075ea " )
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