aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2018-09-03Merge remote-tracking branch 'upstream/master' into fix-freebsd-buildsghctoma
2018-09-02Add ld-library-path meson optionRyan Dwyer
2018-09-02Use dashes in meson option namesRyan Dwyer
2018-08-30Fix SYSCONFDIR to include "prefix"sghctoma
SYSCONFDIR is used to determine the path of the default configuration file. 'sysconfdir' is set to 'prefix/sysconfdir' later (on line 139), so configuration files are installed under 'prefix', but SYSCONFDIR did not reflect it.
2018-08-30Make libcap an optional dependencysghctoma
FreeBSD does not have libcap, so without "required: false" Sway fails to build.
2018-08-27Hide deprecated wayland functionsScott Anderson
2018-08-26added fish to meson.buildMartin Kalchev
2018-08-02Merge branch 'master' into nagbarRyan Dwyer
2018-08-02Link xcb dependency to meson options "enable_xwayland" (#2393)Michel Ganguin
* Link xcb dependency to meson options "enable_xwayland" * Link xcb dependency to meson options "enable_xwayland"
2018-08-01swaynag: implement config file supportBrian Ashworth
2018-08-01Address first round review for swaynagBrian Ashworth
2018-08-01Implements swaynagbarBrian Ashworth
2018-07-30Merge pull request #2387 from 1ace/feature/bash-completionDrew DeVault
bash completion
2018-07-30delete references to swaygrabEric Engestrom
2018-07-30meson: install bash completionEric Engestrom
2018-07-29Enable unstable wlroots featuresDrew DeVault
2018-07-24style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falsePascal Pascher
2018-07-24Added meson option "enable_xwayland" (default: true) to enable/disable ↵Pascal Pascher
xwayland support
2018-06-18Automatically float xwayland windowsemersion
2018-05-20Swaylock: Allow per-output imagesRyan Dwyer
2018-05-13Idle handling for dpms/lockscreen et alMattias Eriksson
Swayidle handles idle events and allows for dpms and lockscreen handling. It also handles systemd sleep events, and can raise a lockscreen on sleep Fixes #541
2018-05-11Add swaylock(1) and swaymsg(1)Drew DeVault
2018-05-11Add sway-input(5)Drew DeVault
2018-05-11Add sway-bar(5)Drew DeVault
2018-05-11Add sway(5)Drew DeVault
2018-05-11Wire up scdoc and rewrite sway(1)Drew DeVault
2018-05-06meson.build: Look for '-lpam', not '-llibpam'.Yorick van Pelt
See #1920 for more information.
2018-04-08Improve dependency checksBruno Pinto
2018-04-05Add -Wno-unused-resultDrew DeVault
Fixes #1744
2018-04-04Initial swaylock portDrew DeVault
2018-03-30Initialize seat pointer in swaybarDrew DeVault
2018-03-29Start port of swaybar to layer shellDrew DeVault
This starts up the event loop and wayland display and shims out the basic top level rendering concepts. Also includes some changes to incorporate pango into the 1.x codebase properly.
2018-03-28Address review commentsDrew DeVault
2018-03-28Add solid-color rendering to swaybgDrew DeVault
2018-03-28Add client protocols and swaybg skeletonDrew DeVault
2018-03-15meson: allow wlroots to be a subprojectemersion
2018-02-18Add -Wno-unused-functionDrew DeVault
This is temporary, it helps while we work on porting and large swaths of the code are commented out.
2018-01-04update json-c dep to 0.13Rachel K
2017-12-06input skeletonTony Crisci
2017-12-05Add minimal config subsystememersion
2017-12-01meson dont warn on unused paramTony Crisci
2017-11-30meson zsh completions installTony Crisci
2017-11-30meson build swaymsgTony Crisci
2017-11-30meson build manpagesTony Crisci
2017-11-30add meson install filesTony Crisci
2017-11-30make meson version configurableTony Crisci
2017-11-30meson add version infoTony Crisci
2017-11-30fix meson.build whitespaceTony Crisci
2017-11-30use meson subdirectoriesTony Crisci
2017-11-29working meson buildTony Crisci