Age | Commit message (Collapse) | Author |
|
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]
|
|
|
|
Apparently wayland has fucking client-side cursors, too
|
|
Cairo for rendering shit, Pango for text rendering, and wayland client
stuff. Thanks @Cloudef, blatantly ripping off his cmake files for this
|
|
|
|
Perl-compatible regular expression library
|
|
Fixes #63
|
|
|