1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 10:35:10 +00:00
conky/cmake
Marc Payne 0dbd27d2de Require Lua 5.1 when building the Lua bindings
The cairo/imlib2/rsvg bindings require tolua++ [1], which is currently only
compatible with Lua 5.1 or earlier. We need to force Conky to compile against
Lua 5.1 if the user chooses to build the bindings.

This commit adds a separate pkg_search_module command specifically for Lua 5.1,
along with a note in the documentation. The original pkg_search_module command
was updated to include (and prefer) Lua 5.3+. Also, I threw in two other minor
random fixes to the docs while I was at it.

[1] https://github.com/LuaDist/toluapp
2015-12-11 16:05:02 -07:00
..
build.h.in Move cmake files around, add -D_GNU_SOURCE. 2009-12-09 15:56:07 -08:00
config.h.in added support for multiple xinerama heads (fixes issue #172) 2015-12-01 13:53:43 +01:00
Conky.cmake Prep for next release. 2015-11-18 07:51:15 -08:00
ConkyBuildOptions.cmake added support for multiple xinerama heads (fixes issue #172) 2015-12-01 13:53:43 +01:00
ConkyCPackSetup.cmake Use posix awk instead of GNU awk 2015-07-23 16:05:31 +02:00
ConkyPlatformChecks.cmake Require Lua 5.1 when building the Lua bindings 2015-12-11 16:05:02 -07:00
Docbook.cmake Be explicit about documentation encoding. Fixes #91. 2015-08-23 22:12:24 +01:00
FindXinerama.cmake added support for multiple xinerama heads (fixes issue #172) 2015-12-01 13:53:43 +01:00
ToLua.cmake Add a CMAKE variable for the patch program 2010-06-13 19:09:07 +02:00