Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-05 | Set version in project file | Michael Vetter | |
Let's set the version in the meson file instead of declaring it outside. In case git is installed we use the git hash as version. Instead it isn't (like on a clean build system), let's use the version defined in the project. | |||
2019-01-18 | meson: remove rpath options | emersion | |
2019-01-18 | meson: add gdk-pixbuf and man-pages options | emersion | |
2019-01-17 | Use Meson feature options | emersion | |
2018-12-31 | swaybar: add tray interface | Ian Fan | |
2018-09-30 | Add support for installing binaries with DT_RPATH | Arkadiusz Hiler | |
It's better to use DT_RPATH dynamic section of the elf binary to store the paths of libraries to load instead of overwriting LD_LIBRARY_PATH for the whole environment, causing surprises. This solution is much more transparent and perfectly suitable for running contained installations of wayland/wlroots/sway. The code unsetting the LD_LIBRARY_PATH/LD_PRELOAD was also deleted as it's a placebo security at best - we should trust the execution path that leads us to running sway, and it's way too late to care about those variables since we already started executing our compositor, thus we would be compromised anyway. | |||
2018-09-02 | Add ld-library-path meson option | Ryan Dwyer | |
2018-09-02 | Use dashes in meson option names | Ryan Dwyer | |
2018-08-26 | added untested files | Martin Kalchev | |
2018-07-30 | meson: install bash completion | Eric Engestrom | |
2018-07-24 | style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false | Pascal Pascher | |
2018-07-24 | Added meson option "enable_xwayland" (default: true) to enable/disable ↵ | Pascal Pascher | |
xwayland support | |||
2017-11-30 | meson zsh completions install | Tony Crisci | |
2017-11-30 | add meson install files | Tony Crisci | |
2017-11-30 | make meson version configurable | Tony Crisci | |