-
-
Notifications
You must be signed in to change notification settings - Fork 495
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
pkg-config files have version undefined
#123
Comments
Unfortunately I'm not familiar with pkg-config (or the meson.build files that I guess generates this). @stephanlachnit, any idea of the best approach here? |
This is indeed correct, it used to have a version but this requires an update of I would just add it downstream (by patching Meson with three lines) if it's important. |
Understood, added downstream. |
See also benhoyt#123. Signed-off-by: Stephan Lachnit <[email protected]>
See also benhoyt#123. Signed-off-by: Stephan Lachnit <[email protected]>
See also benhoyt#123. Signed-off-by: Stephan Lachnit <[email protected]>
* meson: enable distro settings by default Signed-off-by: Stephan Lachnit <[email protected]> * meson: add note about version in pkg-config file See also #123. Signed-off-by: Stephan Lachnit <[email protected]>
This breaks Alpine Linux which rely on
Version:
to be something usable to automatically generate dependencies for-dev
packages.The text was updated successfully, but these errors were encountered: