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

Commits on Nov 23, 2021

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

    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 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    9a5cea4 View commit details
    Browse the repository at this point in the history