Skip to content

Fix bogus include path in ats.pc - #108

Open
slyon wants to merge 1 commit into
AudioReach:masterfrom
slyon:fix-ats-pc-include
Open

slyon wants to merge 1 commit into
AudioReach:masterfrom
slyon:fix-ats-pc-include

Conversation

@slyon

@slyon slyon commented Sep 2, 2026

Copy link
Copy Markdown

The Cflags line used a backslash instead of a slash, expanding to the non-existent path "-I/usr/include\ats". The ats.h header is installed directly into $(includedir), so no subdirectory is needed at all.

Fixes: #106

The Cflags line used a backslash instead of a slash, expanding to the
non-existent path "-I/usr/include\ats".  The ats.h header is installed
directly into $(includedir), so no subdirectory is needed at all.

Fixes: AudioReach#106

Signed-off-by: Lukas Märdian <lukas.maerdian@oss.qualcomm.com>
@slyon
slyon requested review from a team September 2, 2026 06:52
@slyon

slyon commented Sep 7, 2026

Copy link
Copy Markdown
Author

@qti-sbojja You approved the PR, is there any blocker from getting this merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backslash in acdb/ats/ats.pc.in CFLAGS path

3 participants