aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
Commit message (Collapse)AuthorAge
* Set version in project fileLibravatar Michael Vetter2019-02-05
| | | | | | | | 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.
* meson: remove rpath optionsLibravatar emersion2019-01-18
|
* meson: add gdk-pixbuf and man-pages optionsLibravatar emersion2019-01-18
|
* Use Meson feature optionsLibravatar emersion2019-01-17
|
* swaybar: add tray interfaceLibravatar Ian Fan2018-12-31
|
* Add support for installing binaries with DT_RPATHLibravatar Arkadiusz Hiler2018-09-30
| | | | | | | | | | | | | | 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.
* Add ld-library-path meson optionLibravatar Ryan Dwyer2018-09-02
|
* Use dashes in meson option namesLibravatar Ryan Dwyer2018-09-02
|
* added untested filesLibravatar Martin Kalchev2018-08-26
|
* meson: install bash completionLibravatar Eric Engestrom2018-07-30
|
* style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falseLibravatar Pascal Pascher2018-07-24
|
* Added meson option "enable_xwayland" (default: true) to enable/disable ↵Libravatar Pascal Pascher2018-07-24
| | | | xwayland support
* meson zsh completions installLibravatar Tony Crisci2017-11-30
|
* add meson install filesLibravatar Tony Crisci2017-11-30
|
* make meson version configurableLibravatar Tony Crisci2017-11-30