Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zxing: include path #26361

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fnadeau
Copy link
Contributor

@fnadeau fnadeau commented Jan 11, 2025

Summary

Changes to recipe: zxing/2.3.0

Motivation

Have application build with gcc $(pkg-config --cflags --libs zxing) compatible with conan package zxing.

Details

This essentially revert 5593391. Not having the proper include paths when using conan packages forces the use of patches for application that relies on zxing, ex: gstreamer pull request

Official pkgConfig for ZXing add ZXing/ to include path.

This makes conan package behave the same as official package.

bonus: add gcc >=13 support for old package.


@fnadeau fnadeau changed the title Bugfix/z xing include path zxing: include path Jan 11, 2025
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.

1 participant