1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-25 14:11:26 +00:00
termux-packages/x11-packages/awesome/awesomeConfig.cmake.patch

12 lines
308 B
Diff
Raw Normal View History

2022-10-22 04:33:45 +00:00
--- a/awesomeConfig.cmake
+++ b/awesomeConfig.cmake
@@ -65,7 +65,7 @@
include(FindPkgConfig)
# lua
include(FindLua)
-if (NOT LUA_FOUND)
+if (FALSE)
message(FATAL_ERROR
"Could not find Lua. See the error above.\n"
"You might want to hint it using the LUA_DIR environment variable, "