summaryrefslogtreecommitdiffstats
path: root/swaygrab/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Make asciidoc (and man pages) optionalLibravatar Drew DeVault2017-07-04
| | | | And remove it from the build
* implement "focused container" feature for swaygrabLibravatar Zandr Martin2016-09-18
|
* Fix missing include pathsLibravatar Tomáš Čech2016-04-28
| | | | | | When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it.
* CMake: add missing wlc include dir for common and swaygrabLibravatar Dominique Martinet2016-03-24
|
* use log10 in numlenLibravatar Mikkel Oscar Lyderik2016-01-24
|
* Revert "s/numlen/log10/g"Libravatar Drew DeVault2016-01-23
| | | | This reverts commit 038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370.
* s/numlen/log10/gLibravatar Drew DeVault2016-01-23
|
* swaygrab: make focused output defaultLibravatar Mikkel Oscar Lyderik2015-12-17
| | | | | This makes swaygrab use the currently focused output as source if no other output is defined with the `-o, --output <output>` option.
* move manpages to subfoldersLibravatar Christoph Gysin2015-12-02
|
* cmake: build common code only onceLibravatar Christoph Gysin2015-12-02
| | | | This creates (static) libraries for protocols/, common/, and wayland/.
* cmake: remove subprojectsLibravatar Christoph Gysin2015-12-01
|
* cmake: use out-of-source buildLibravatar Christoph Gysin2015-12-01
|
* cmake: use tabs instead of spacesLibravatar Christoph Gysin2015-12-01
|
* cmake: style consistencyLibravatar Christoph Gysin2015-12-01
|
* cmake: convert all cmake commands to lowercaseLibravatar Christoph Gysin2015-12-01
|
* Add ffmpeg capture to swaygrab (with limitations)Libravatar Drew DeVault2015-11-27
| | | | | This needs to be multithreaded to have any sort of realistic expectation of performance, due to issues with syncronous I/O.
* Add swaygrab subprojectLibravatar Drew DeVault2015-11-27