summaryrefslogtreecommitdiffstats
path: root/CMake
Commit message (Collapse)AuthorAge
* Use CMAKE_INSTALL_FULL_DATA{,ROOT}DIRLibravatar Wouter van Kesteren2016-12-17
| | | | | | | | Exherbo installs architecture dependent data in a different place than architecture independent data. More concretely: binaries go in /usr/$chost/{bin,lib}, data goes in /usr/share and configs in /etc, /etc is already configurable through CMAKE_INSTALL_FULL_SYSCONFDIR but the datadir was not. This patch fixes it so that things can be pushed in the right places.
* Fix build on FreeBSDLibravatar Greg V2016-12-09
| | | | | | | | | - Make sure CMake always finds absolute paths for Cairo, Pango and GdkPixbuf - Add forgotten json-c include path to swaymsg/CMakeLists.txt - Disable -Werror because of assert warnings - Add correct /proc/pid/file path for FreeBSD - Use libepoll-shim on FreeBSD - Only use Linux capabilities on, well, Linux
* libinputLibravatar Cole Mickens2016-01-19
|
* make gdk-pixbuf dependency really optionalLibravatar progandy2015-12-20
|
* Implement PAM password verification in swaylockLibravatar Drew DeVault2015-12-17
|
* swaybg: load more image formats with gdk-pixbuf2Libravatar progandy2015-12-07
| | | | travis: added gdk-pixbuf2 dependency
* cmake: fix manpage dependenciesLibravatar Christoph Gysin2015-12-02
| | | | fixes #289
* cmake: fix indentationLibravatar Christoph Gysin2015-12-02
|
* cmake: extract add_manpage()Libravatar Christoph Gysin2015-12-01
|
* 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