aboutsummaryrefslogtreecommitdiffstats
path: root/CMake
Commit message (Collapse)AuthorAge
* Merge pull request #255 from christophgysin/ninjaLibravatar Drew DeVault2015-11-25
|\ | | | | cmake: fix ninja build
| * cmake: fix ninja buildLibravatar Christoph Gysin2015-11-25
| | | | | | | | | | | | | | | | | | | | | | When using the ninja generator: $ cmake -G Ninja <dir> $ ninja -C <dir> This commit fixes the warning: ninja: warning: multiple rules generate bin/wayland-desktop-shell-protocol.c. builds involving this target will not be correct; continuing anyway [-w dupbuild=warn]
* | cmake: Fix typoLibravatar Christoph Gysin2015-11-25
|/
* Support cursors over wayland clientsLibravatar Drew DeVault2015-11-18
| | | | Apparently wayland has fucking client-side cursors, too
* Add new dependencies for wayland clientsLibravatar Drew DeVault2015-11-12
| | | | | Cairo for rendering shit, Pango for text rendering, and wayland client stuff. Thanks @Cloudef, blatantly ripping off his cmake files for this
* fixed json-c CMake inclusionLibravatar minus2015-08-27
|
* Add dependency on PCRELibravatar Drew DeVault2015-08-26
| | | | Perl-compatible regular expression library
* Find a2x through CMakeLibravatar Drew DeVault2015-08-18
| | | | Fixes #63
* Initial commitLibravatar Drew DeVault2015-08-04