GithubHelp home page GithubHelp logo

Comments (4)

Consolatis avatar Consolatis commented on September 26, 2024 1

0.17.0-dev refers to a pre-version of 0.17, I assume you did test the #626 PR some time ago and thus the subproject was pointing to a previous wlroots commit.
For some reason meson does not update the subproject automatically, even if the subprojects/wlroots.wrap file lists a new revision. There is meson subprojects update --reset but it has to be called manually.

from labwc.

Consolatis avatar Consolatis commented on September 26, 2024

We started tracking wlroots 0.17.x.

This should get the wlroots subproject to the required version:

cd subprojects/wlroots/
git fetch --all
git checkout 0.17

Alternatively, deleting subprojects/wlroots should work as well.

from labwc.

dirk-hub avatar dirk-hub commented on September 26, 2024

I knew you switched to 0.17, but the log presented the line
Dependency wlroots found: YES 0.17.0-dev (overridden)
thus I thought it would have switched?

Deleting the folder as you suggested has helped, it now compiles.

Thanks, this issue can be closed (if you don't plan on detecting outdated dependencies).

from labwc.

dirk-hub avatar dirk-hub commented on September 26, 2024

I added the meson call to my update script, just in case :)

Thank you again and thanks for the explanations! ❤️

from labwc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.