summary refs log tree commit diff
path: root/pkgs/development/libraries/wlroots
Commit message (Collapse)AuthorAge
* wlroots: hack to fix Wayland backend with SommelierAlyssa Ross2020-01-27
| | | | | | | | The correct fix here would be to update Sommelier to implement wl_compositor v4, which I think we'll be able to do at some point, but for right now this is the best we can do. With this change, it's possible to run Sway inside Sommelier.
* wlroots: 0.9.0 -> 0.10.0Michael Weiss2020-01-22
| | | | Changelog: https://github.com/swaywm/wlroots/releases/tag/0.10.0
* wlroots: 0.9.0 -> 0.9.1Michael Weiss2020-01-22
| | | | Changelog: https://github.com/swaywm/wlroots/releases/tag/0.9.1
* wlroots: 0.8.1 -> 0.9.0Michael Weiss2020-01-18
| | | | Changelog: https://github.com/swaywm/wlroots/releases/tag/0.9.0
* wlroots: fix buildFabian Möller2019-11-23
| | | | add missing header that changed in mesa-19.2.2
* wlroots: 0.8.0 -> 0.8.1Michael Weiss2019-10-07
| | | | Changelog: https://github.com/swaywm/wlroots/releases/tag/0.8.1
* wlroots: 0.7.0 -> 0.8.0Michael Weiss2019-10-07
| | | | Changelog: https://github.com/swaywm/wlroots/releases/tag/0.8.0
* wlroots: 0.6.0 -> 0.7.0Michael Weiss2019-08-27
| | | | | Changelog: https://github.com/swaywm/wlroots/releases/tag/0.7.0 Rootston was removed for this release.
* wlroots: fix build with auto_features=enabledJan Tojnar2019-06-25
|
* Merge staging-next into stagingFrederik Rietdijk2019-06-18
|\
| * treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | | | | | | | * treewide: remove unused variables * making ofborg happy
* | treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesaMatthew Bauer2019-06-17
|/ | | | Just use mesa for these to be more clear. Move these to aliases.nix
* wlroots: 0.5 -> 0.6Patrick Hilhorst2019-06-04
|
* wlroots: 0.4.1 -> 0.5.0Michael Weiss2019-03-11
|
* wlroots: 0.4 -> 0.4.1Michael Weiss2019-02-28
|
* wlroots: 0.3 -> 0.4Michael Weiss2019-02-26
|
* wlroots: Fix the ELF binaries (rootston + examples)Michael Weiss2019-02-03
| | | | | | Due to stdenv changes the binaries where broken during the fixup phase (while stripping all binaries). The current solution isn't optimal but there must not be any cyclic dependencies on $out.
* wlroots: 0.2 -> 0.3Michael Weiss2019-02-03
|
* wlroots: Remove the overrides for MesonMichael Weiss2018-12-22
| | | | | | These overrides aren't required anymore as Meson 0.48.2 is now in nixpkgs and there aren't any big problems so far (i.e. a revert is unlikely).
* wlroots: Fix the build on masterMichael Weiss2018-11-30
| | | | | | | | | | | | I was testing the build on nixos-unstable but 64d50a00991983e90d6a22f39d03b028602e34d6 added another patch. Since this patch is already in 0.48.0 it can't be applied again (overriding Meson isn't optimal but we can't build wlroots with 0.46.1). I've also dropped the "-Dxcb-xkb=enabled" flag since it was removed (replaced with Xinput). Thanks @kenogo for noticing this :)
* wlroots: 0.1 -> 0.2Michael Weiss2018-11-30
|
* wlroots.examples: prefix example binariesCole Mickens2018-10-24
|
* wlroots: remove broken tagPatrick Hilhorst2018-10-23
| | | See: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-432032834
* wlroots: 2018-03-16 -> 0.1Michael Weiss2018-10-22
| | | | | Keep "meta.broken = true" but update the package to keep track of upstream changes and prepare the "reintegration" into nixpkgs.
* Merge master into stagingFrederik Rietdijk2018-04-08
|\
| * wlroots,rootston: Mark them as broken until the first stable releaseMichael Weiss2018-04-06
| | | | | | | | | | | | | | Upstream requested that we remove these packages until the first stable release. More details are in #38344. This isn't ideal but it seems like the best solution for now. Close #38344.
* | wlroots: fix buildNikolay Amiantov2018-03-28
|/
* wlroots: 2017-12-22 -> 2018-03-16Michael Weiss2018-03-17
|
* treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-24
|
* nixos/rootston: InitMichael Weiss2017-12-23
| | | | Probably only relevant for a quick testing setup and NixOS VM tests.
* wlroots: 2017-10-31 -> 2017-12-22 + Init rootstonMichael Weiss2017-12-23
|
* wlroots: init at 2017-10-31Michael Weiss2017-10-31
In preparation for Sway 1.0 which will use wlroots instead of wlc.