summaryrefslogtreecommitdiff
path: root/lib/renderers/x11/CMakeLists.txt
AgeCommit message (Collapse)Author
2019-03-25Add options for renderers, make deps requiredDanilo Spinella
2015-09-22Check explicitly for XineramaTomáš Čech
Xinerama doesn't need to be present even when base X11 is. Check it explicitly.
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
2015-01-16Add X11 renderer.Jari Vetoniemi