File klatexformula-3.2.4-add-needed.patch of Package klatexformula
--- src/CMakeLists.txt.orig +++ src/CMakeLists.txt @@ -296,7 +296,7 @@ if(MINGW) endif(MINGW) add_executable(klatexformula ${klatexformula_ALLSRC}) -target_link_libraries(klatexformula ${QT_LIBRARIES} klfbackend klftools klfapp) +target_link_libraries(klatexformula ${QT_LIBRARIES} klfbackend klftools klfapp X11) if(WIN32)