Branch: refs/heads/master
Home: https://github.com/synfig/synfig
Commit: 9c2796c2bde9d33dca7ac6524b93e6dc256c96da
https://github.com/synfig/synfig/commit/9c2796c2bde9d33dca7ac6524b93e6dc256c96da
Author: rodolforg <[email protected]>
Date: 2021-12-04 (Sat, 04 Dec 2021)
Changed paths:
M synfig-core/src/modules/lyr_freetype/lyr_freetype.cpp
M synfig-core/src/modules/lyr_freetype/lyr_freetype.h
Log Message:
-----------
Fixed includes for harfbuzz and fribidi libraries (#2442)
>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
```
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl