Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-30 | implement solid color rendering for swaybg | Zandr Martin | |
2016-04-28 | Explicitly mark static linking in CMake | Tomáš Čech | |
When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case. | |||
2016-04-28 | Fix missing include paths | Tomáš Čech | |
When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it. | |||
2016-03-24 | CMake: add missing wlc include dir for common and swaygrab | Dominique Martinet | |
2015-12-22 | fix backtrace detection in CMake | robotanarchy | |
works on arch (glibc) and void linux (tested with musl libc) now | |||
2015-12-21 | use CMake's FindBacktrace for backtrace feature detection | robotanarchy | |
2015-12-14 | Move sway/util.c to common/util.c | Mikkel Oscar Lyderik | |
2015-12-02 | cmake: build common code only once | Christoph Gysin | |
This creates (static) libraries for protocols/, common/, and wayland/. | |||
2015-11-13 | Clean up CMake stuff | Drew DeVault | |
2015-11-12 | common: create a static library | Ben Boeckel | |