Skip to content

build: Fix pkg-config Cflags to match header install path - #20

Open
Vishnu Santhosh (quic-vishsant) wants to merge 1 commit into
qualcomm:developmentfrom
quic-vishsant:fix-pc-in-include-path
Open

build: Fix pkg-config Cflags to match header install path#20
Vishnu Santhosh (quic-vishsant) wants to merge 1 commit into
qualcomm:developmentfrom
quic-vishsant:fix-pc-in-include-path

Conversation

@quic-vishsant

@quic-vishsant Vishnu Santhosh (quic-vishsant) commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Headers install to "$(includedir)/qmi_framework (per pkginclude_HEADERS in Makefile.am), but Cflags only added -I${includedir}," one directory short. Consumers using pkg-config --cflags qmi-framework could not locate headers with a plain #include "qmi_idl_lib.h".

Headers install to $(includedir)/qmi_framework (per pkginclude_HEADERS
in Makefile.am), but Cflags only added -I${includedir}, one directory
short. Consumers using pkg-config --cflags qmi-framework could not
locate headers with a plain #include "qmi_idl_lib.h".

Signed-off-by: Vishnu Santhosh <vishnu.santhosh@oss.qualcomm.com>
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.

2 participants