aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)AuthorLines
2018-09-26Add _C11_SOURCE feature test macro on FreeBSDsghctoma-0/+4
This will restrict the default namespace set on FreeBSD to the C11 standard (everything is visible by default), which will prevent possible conflicts with symbols hidden behing __BSD_VISIBLE.
2018-09-26Make libpam optionalDrew DeVault-2/+5
2018-09-03Merge remote-tracking branch 'upstream/master' into fix-freebsd-buildsghctoma-5/+7
2018-09-02Add ld-library-path meson optionRyan Dwyer-0/+2
2018-09-02Use dashes in meson option namesRyan Dwyer-5/+5
2018-08-30Fix SYSCONFDIR to include "prefix"sghctoma-1/+1
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-1/+1
FreeBSD does not have libcap, so without "required: false" Sway fails to build.
2018-08-27Hide deprecated wayland functionsScott Anderson-0/+1
2018-08-26added fish to meson.buildMartin Kalchev-0/+11
2018-08-02Merge branch 'master' into nagbarRyan Dwyer-1/+1
2018-08-02Link xcb dependency to meson options "enable_xwayland" (#2393)Michel Ganguin-1/+1
* Link xcb dependency to meson options "enable_xwayland" * Link xcb dependency to meson options "enable_xwayland"
2018-08-01swaynag: implement config file supportBrian Ashworth-0/+1
2018-08-01Address first round review for swaynagBrian Ashworth-2/+2
2018-08-01Implements swaynagbarBrian Ashworth-0/+2
2018-07-30Merge pull request #2387 from 1ace/feature/bash-completionDrew DeVault-0/+12
bash completion
2018-07-30delete references to swaygrabEric Engestrom-1/+0
2018-07-30meson: install bash completionEric Engestrom-0/+12
2018-07-29Enable unstable wlroots featuresDrew DeVault-0/+1
2018-07-24style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falsePascal Pascher-2/+2
2018-07-24Added meson option "enable_xwayland" (default: true) to enable/disable ↵Pascal Pascher-0/+6
xwayland support
2018-06-18Automatically float xwayland windowsemersion-1/+2
2018-05-20Swaylock: Allow per-output imagesRyan Dwyer-1/+1
2018-05-13Idle handling for dpms/lockscreen et alMattias Eriksson-0/+16
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-0/+2
2018-05-11Add sway-input(5)Drew DeVault-0/+1
2018-05-11Add sway-bar(5)Drew DeVault-0/+1
2018-05-11Add sway(5)Drew DeVault-0/+1
2018-05-11Wire up scdoc and rewrite sway(1)Drew DeVault-16/+9
2018-05-06meson.build: Look for '-lpam', not '-llibpam'.Yorick van Pelt-1/+1
See #1920 for more information.
2018-04-08Improve dependency checksBruno Pinto-1/+1
2018-04-05Add -Wno-unused-resultDrew DeVault-0/+1
Fixes #1744
2018-04-04Initial swaylock portDrew DeVault-0/+2
2018-03-30Initialize seat pointer in swaybarDrew DeVault-0/+1
2018-03-29Start port of swaybar to layer shellDrew DeVault-0/+3
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-1/+4
2018-03-28Add solid-color rendering to swaybgDrew DeVault-0/+8
2018-03-28Add client protocols and swaybg skeletonDrew DeVault-0/+2
2018-03-15meson: allow wlroots to be a subprojectemersion-1/+1
2018-02-18Add -Wno-unused-functionDrew DeVault-0/+1
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-1/+1
2017-12-06input skeletonTony Crisci-0/+1
2017-12-05Add minimal config subsystememersion-0/+2
2017-12-01meson dont warn on unused paramTony Crisci-0/+2
2017-11-30meson zsh completions installTony Crisci-0/+12
2017-11-30meson build swaymsgTony Crisci-0/+1
2017-11-30meson build manpagesTony Crisci-0/+33
2017-11-30add meson install filesTony Crisci-1/+53
2017-11-30make meson version configurableTony Crisci-3/+13
2017-11-30meson add version infoTony Crisci-2/+5
2017-11-30fix meson.build whitespaceTony Crisci-7/+6