You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my wrap package, kraken-engine, I have sdl2 dependencies and a few other necessary ones. Whenever I put out a new version of my lib and install it with meson wrap update ..., all the old sdl2 packages stay and, because they're "from" the last version, re-configuring becomes a hiccup. The current solution is to just delete the entire /subprojects content first then reinstall my lib. Is there a better way to go about this that I didn't see in the docs, or is it just an unfortunate side-effect of a dependency with dependencies?
The text was updated successfully, but these errors were encountered:
For my wrap package,
kraken-engine
, I have sdl2 dependencies and a few other necessary ones. Whenever I put out a new version of my lib and install it withmeson wrap update ...
, all the old sdl2 packages stay and, because they're "from" the last version, re-configuring becomes a hiccup. The current solution is to just delete the entire/subprojects
content first then reinstall my lib. Is there a better way to go about this that I didn't see in the docs, or is it just an unfortunate side-effect of a dependency with dependencies?The text was updated successfully, but these errors were encountered: