Skip to content

Commit 389fab9

Browse files
committed
tools: ctl: use system alsa to build sof-ctl tool
The SOF ctl tool is conservative with API and does not need a bleeding edge ALSA library so it can be built with system ALSA. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent 7ed4499 commit 389fab9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/ctl/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ add_executable(sof-ctl
44
ctl.c
55
)
66

7-
target_link_directories(sof-ctl BEFORE
8-
PRIVATE "${SOF_ROOT_SOURCE_DIRECTORY}/../tools/lib")
9-
107
target_link_libraries(sof-ctl PRIVATE
118
"-lasound"
129
)
@@ -16,7 +13,6 @@ target_compile_options(sof-ctl PRIVATE
1613
)
1714

1815
target_include_directories(sof-ctl PRIVATE
19-
"${SOF_ROOT_SOURCE_DIRECTORY}/../tools/include"
2016
"${SOF_ROOT_SOURCE_DIRECTORY}/src/include"
2117
"${SOF_ROOT_SOURCE_DIRECTORY}"
2218
)

0 commit comments

Comments
 (0)