summaryrefslogtreecommitdiff
path: root/lib/renderers/wayland/CMakeLists.txt
AgeCommit message (Collapse)Author
2019-04-23Depend on epoll-shim on FreeBSD/DragonFlyTobias Kortkamp
They do not natively support epoll(2) but require a library shim for it. Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-03-25Add options for renderers, make deps requiredDanilo Spinella
2018-04-08Port to wlroots layer shellDrew DeVault
2015-09-21Respect install destinations set by variablesTomáš Čech
Use CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR as destination base.
2015-02-02Fix mac os x buildJari Vetoniemi
2015-01-30Handle build-time dependency checking better, so you can compile bemenuJari Vetoniemi
without wayland or x11 easier.
2015-01-18Add math library linkageJari Vetoniemi
2014-11-23Basic pango.Jari Vetoniemi
2014-10-25Cleanup wayland renderer and plugin support.Jari Vetoniemi
2014-10-23Install wayland renderer as well.Jari Vetoniemi
2014-10-23Add wayland renderer (experimental)Jari Vetoniemi