packages: dictionaries: Set PKG_CONFIG_PATH env var instead of patching headers in goldendict-ng package definition #2
Loading…
Reference in a new issue
No description provided.
Delete branch "anemofilia/ajattix:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit reverts the hacky solution we made some months ago to the problem of some qt headers not being found during build, and replaces it with the proper solution: setting up the PKG_CONFIG_PATH environment variable.
simplifications are welcome, this seems much cleaner and better than our previous workaround.