Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-24 | Revert "Use x_LINK_LIBRARIES instead of x_LIBRARIES" | Jari Vetoniemi | |
This reverts commit 620ae690209a36b680524f4a4d8bec2f464f05fa. | |||
2019-04-23 | Use x_LINK_LIBRARIES instead of x_LIBRARIES | Tobias Kortkamp | |
The libraries might not be in the linkers default search path, so use absolute paths for them instead when using TARGET_LINK_LIBRARIES. Note that XKBCOMMON_LIBRARIES is an alias for XKBCOMMON_LIBRARY and already contains an absolute path. Signed-off-by: Tobias Kortkamp <t@tobik.me> | |||
2019-03-25 | x11: add pango as dependency of the x11 renderer | Ilia Bozhinov | |
We include the cairo rendering functions, which use pango. | |||
2019-03-25 | Add options for renderers, make deps required | Danilo Spinella | |
2015-09-22 | Check explicitly for Xinerama | Tomáš Čech | |
Xinerama doesn't need to be present even when base X11 is. Check it explicitly. | |||
2015-09-21 | Respect install destinations set by variables | Tomáš Čech | |
Use CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR as destination base. | |||
2015-02-02 | Fix mac os x build | Jari Vetoniemi | |
2015-01-30 | Handle build-time dependency checking better, so you can compile bemenu | Jari Vetoniemi | |
without wayland or x11 easier. | |||
2015-01-18 | Add math library linkage | Jari Vetoniemi | |
2015-01-16 | Add X11 renderer. | Jari Vetoniemi | |