-
-
Notifications
You must be signed in to change notification settings - Fork 113
Minimal install of codecore library; use current version #1619
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
base: master
Are you sure you want to change the base?
Conversation
The behavior of |
Specify so version Co-authored-by: Corentin Noël <tintou@noel.tf>
@tintou Thanks for the info - the meson manual seems a bit contradictory/confusing with regard to the Beyond that, do we need to publish the codecore library as a package at all? We do not support third-party plugins now. As far as I can tell the core plugins only need to find the |
array of booleans is supported since a very long time (I think since Meson supports Vala so almost its inception) |
@tintou Thanks for clarifying and closing the issue. I'll leave this as draft for @danirabbit to comment on whether we want to continue publishing the codecore package. |
@tintou Just to check - if we are not publishing codecore as a Vala library do we need the array of booleans - or are there other advantages to keeping the array? |
If we are not allowing out-of-tree plugins there is no need to install the header/gir/vapi indeed |
This PR discontinues providing a package for codecore together with
.vapi
files etc as we no longer support third party plugins and the core plugins do no need them.In passing the shared library version tracks the project version
The flatpak continues to build and run.