Drew DeVault
402c9f4bf0
Merge pull request #255 from christophgysin/ninja
...
cmake: fix ninja build
2015-11-25 08:19:34 -05:00
Christoph Gysin
1b5e0020c3
cmake: fix ninja build
...
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]
2015-11-25 14:39:14 +02:00
Christoph Gysin
590c46aa69
cmake: Fix typo
2015-11-25 14:09:26 +02:00
Drew DeVault
7a40eb6de6
Support cursors over wayland clients
...
Apparently wayland has fucking client-side cursors, too
2015-11-18 19:38:42 -05:00
Drew DeVault
aadcba4b7c
Add new dependencies for wayland clients
...
Cairo for rendering shit, Pango for text rendering, and wayland client
stuff. Thanks @Cloudef, blatantly ripping off his cmake files for this
2015-11-12 08:17:52 -05:00
minus
c948432fb4
fixed json-c CMake inclusion
2015-08-27 00:06:09 +02:00
Drew DeVault
93482312f9
Add dependency on PCRE
...
Perl-compatible regular expression library
2015-08-26 08:32:27 -04:00
Drew DeVault
a246e9b4c7
Find a2x through CMake
...
Fixes #63
2015-08-18 07:06:07 -04:00
Drew DeVault
6a33e1e3cd
Initial commit
2015-08-04 21:02:46 -04:00