Bug Report
What's the issue you encountered?
HarfBuzz support is enabled, but harfbuzz is missing from depends
How can the issue be reproduced?
Looking at commit #641d520, it can be seen that the HarfBuzz dependency was removed. However, after switching to the CMake build system in commit #5c61fc9, the without-harfbuzz option was no longer enabled, causing HarfBuzz to be linked into the build output while the PKGBUILD no longer lists HarfBuzz as a dependency.
I believe HarfBuzz should not be required here.
Environment?
All
Additional context?
N/A
Bug Report
What's the issue you encountered?
HarfBuzz support is enabled, but harfbuzz is missing from depends
How can the issue be reproduced?
Looking at commit #641d520, it can be seen that the HarfBuzz dependency was removed. However, after switching to the CMake build system in commit #5c61fc9, the
without-harfbuzzoption was no longer enabled, causing HarfBuzz to be linked into the build output while the PKGBUILD no longer lists HarfBuzz as a dependency.I believe HarfBuzz should not be required here.
Environment?
All
Additional context?
N/A