Be actually able to use a system Termo library
All checks were successful
Alpine 3.19 Success
Arch Linux AUR Success
OpenBSD 7.3 Success

This commit is contained in:
2024-04-10 17:32:50 +02:00
parent 0bbcbb7207
commit 3071db8e19

View File

@@ -40,7 +40,7 @@ else ()
endif ()
set (project_libraries ${Unistring_LIBRARIES}
${Ncursesw_LIBRARIES} termo-static)
${Ncursesw_LIBRARIES} ${Termo_LIBRARIES})
pkg_search_module (lua lua53 lua5.3 lua-5.3 lua54 lua5.4 lua-5.4 lua>=5.3)
option (WITH_LUA "Enable support for Lua plugins" ${lua_FOUND})