aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorLines
2015-11-27Add swaygrab(1) man pageDrew DeVault-0/+1
2015-11-27Add swaygrab subprojectDrew DeVault-0/+1
2015-11-26Add swaymsg(1) man pageDrew DeVault-0/+1
2015-11-26Add swaymsg subprojectDrew DeVault-0/+2
2015-11-18Basic support for extensions in server and clientsDrew DeVault-1/+9
2015-11-13Fix man page installsDrew DeVault-1/+1
2015-11-13Clean up CMake stuffDrew DeVault-4/+3
2015-11-12cmake: run git in the source directoryBen Boeckel-0/+2
2015-11-12common: create a static libraryBen Boeckel-4/+5
2015-11-12cmake: clean up installation rulesBen Boeckel-16/+16
2015-11-12cmake: clean up definition settingsBen Boeckel-5/+2
2015-11-12cmake: manipulate CMAKE_MODULE_PATH as a listBen Boeckel-1/+2
Also prefer local modules.
2015-11-12cmake: set the output directory onceBen Boeckel-1/+1
2015-11-12cmake: simplify manpage generationBen Boeckel-25/+28
2015-11-12cmake: use string(TIMESTAMP)Ben Boeckel-8/+2
2015-11-12cmake: bump requirement to 3.1.0Ben Boeckel-1/+3
CMAKE_C_STANDARD was introduced in 3.1.0.
2015-11-12Start fleshing out wayland client implementationDrew DeVault-1/+3
This introduces a basic shared framework for making wayland clients within sway itself.
2015-11-12Add swaybg executableDrew DeVault-3/+2
This will let users set their background to something other than that cringy demoscene thing wlc has now. It's also going to be the first wayland client written for sway, so I picked an easy thing to work on. We'll have to figure out how to indicate that it's a special view.
2015-11-12Add new dependencies for wayland clientsDrew DeVault-0/+3
Cairo for rendering shit, Pango for text rendering, and wayland client stuff. Thanks @Cloudef, blatantly ripping off his cmake files for this
2015-09-30Use location of XKBcommon headers, don't expect build in source directoryTomáš Čech-2/+3
2015-09-18Fix build for debian stretchDrew DeVault-0/+1
Fixes #182
2015-08-26Updated versioning in cmakeLuminarys-7/+23
2015-08-27fixed json-c CMake inclusionminus-4/+3
2015-08-26added json-c lib and implemented IPC get_versionminus-0/+4
2015-08-26Merge pull request #135 from Luminarys/masterDrew DeVault-0/+12
Added in build version based on git hash
2015-08-26Minor fixesLuminarys-3/+1
2015-08-26Add dependency on PCREDrew DeVault-9/+3
Perl-compatible regular expression library
2015-08-26Use C 99Drew DeVault-0/+1
Closes #127
2015-08-25Added in build version based on git hashLuminarys-0/+14
2015-08-21fixed #108 signed/unsigned comparisonminus-1/+1
2015-08-20Add Wayland and Xorg session filesMax Bruckner-0/+8
This allows display managers to detect sway.
2015-08-18added sway_assert functionminus-1/+0
returns false on a failed assertion in release mode and raises SIGABRT in debug mode
2015-08-18Find a2x through CMakeDrew DeVault-2/+3
Fixes #63
2015-08-18Install manual pages to <prefix>/share/manLubomir Rintel-2/+2
Use a FHS compliant location instead of /usr/man compat symlink. Some distros don't ship that one.
2015-08-17Add man pagesDrew DeVault-0/+26
2015-08-16Move headers to include/Drew DeVault-1/+1
2015-08-16Add default config fileDrew DeVault-0/+5
2015-08-04Pull in some scas code and read i3 config fileDrew DeVault-0/+1
2015-08-04Initial commitDrew DeVault-0/+39