Skip to content
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

Fix some build problems #2

Merged
merged 2 commits into from
Mar 29, 2020
Merged

Fix some build problems #2

merged 2 commits into from
Mar 29, 2020

Commits on Feb 28, 2020

  1. Fix some build problems

    - Fix dependencies in opam file.
    - Add missing `-DWLR_USE_UNSTABLE`.
    
    Error was:
    
        In file included from types_stubgen.c:4:
        /usr/include/wlr/backend.h:6:2: error: #error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features"
            6 | #error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features"
              |  ^~~~~
    
    Note: the project still doesn't build, due to other upstream API changes.
    talex5 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    cf057b2 View commit details
    Browse the repository at this point in the history
  2. Upgrade to opam 2 format

    talex5 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    987218e View commit details
    Browse the repository at this point in the history