Skip to content

Instantly share code, notes, and snippets.

@tonylambiris
Last active March 20, 2017 00:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tonylambiris/970ff0c90b89128a4b8f8385989df623 to your computer and use it in GitHub Desktop.
Save tonylambiris/970ff0c90b89128a4b8f8385989df623 to your computer and use it in GitHub Desktop.
Patch for conky-lua
--- conky-1.10.1/cmake/ConkyPlatformChecks.cmake.orig 2016-07-04 17:48:16.093454814 -0400
+++ conky-1.10.1/cmake/ConkyPlatformChecks.cmake 2016-07-04 17:48:57.536173441 -0400
@@ -249,7 +249,7 @@
endif(X11_FOUND)
endif(BUILD_X11)
-pkg_search_module(LUA REQUIRED lua=5.1 lua5.1 lua-5.1)
+pkg_search_module(LUA REQUIRED lua5.1 lua-5.1 lua51 lua>=5.1)
set(conky_libs ${conky_libs} ${LUA_LIBRARIES})
set(conky_includes ${conky_includes} ${LUA_INCLUDE_DIRS})
link_directories(${LUA_LIBRARY_DIRS})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment