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

Change #include to not... include... harfbuzz or fribidi folder #2442

Merged
merged 1 commit into from Dec 4, 2021

Conversation

rodolforg
Copy link
Contributor

@rodolforg rodolforg commented Nov 23, 2021

From ice0 comment on PR #2424:

For example, currently we are using #include <harfbuzz/hb.h> instead of <hb.h>
but pkg-config returns harfbuzz/include/harfbuzz, not just harfbuzz/include.
This works fine on Linux because all system libraries is already included by compiler.
This need to be fixed. (TODO)

--

From ice0 comment on PR #2442:

Please remove prefix from fribidi too.

pkg-config --cflags fribidi
-I/usr/include/fribidi

@ice0
Copy link
Collaborator

ice0 commented Nov 23, 2021

Please remove prefix from fribidi too.

pkg-config --cflags fribidi            
-I/usr/include/fribidi

P.S. Forgot to mention this.

From ice0 comment on PR synfig#2424:

 For example, currently we are using #include <harfbuzz/hb.h> instead of <hb.h>
 but pkg-config returns `harfbuzz/include/harfbuzz`, not just `harfbuzz/include`.
 This works fine on Linux because all system libraries is already included by compiler.
 This need to be fixed. (TODO)

--

From ice0 comment on PR synfig#2442:

 Please remove prefix from `fribidi` too.

```
pkg-config --cflags fribidi
-I/usr/include/fribidi
```
@rodolforg rodolforg changed the title Change HarfBuzz #include to not... include... harfbuzz folder Change #include to not... include... harfbuzz or fribidi folder Nov 23, 2021
@rodolforg
Copy link
Contributor Author

Please remove prefix from fribidi too.

Done

@ice0 ice0 merged commit 9c2796c into synfig:master Dec 4, 2021
@ice0
Copy link
Collaborator

ice0 commented Dec 4, 2021

Merged. Thank you!

@rodolforg rodolforg deleted the fix-harfbuzz-include branch December 12, 2021 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants