File klatexformula-3.2.5-add-needed.patch of Package klatexformula
Index: klatexformula-3.2.6/src/CMakeLists.txt
===================================================================
--- klatexformula-3.2.6.orig/src/CMakeLists.txt
+++ klatexformula-3.2.6/src/CMakeLists.txt
@@ -297,7 +297,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)