Kde kioslave: needs to be linked with libX11 because rcldb.cpp now calls the index status reporter

This commit is contained in:
Jean-Francois Dockes 2021-05-01 10:04:12 +02:00
parent 223dff95f6
commit 2fd485366a
2 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,7 @@ add_custom_target(rcllib
)
add_dependencies(kio_recoll rcllib)
target_link_libraries(kio_recoll recoll xapian xslt xml2 z ${EXTRA_LIBS} ${KDE4_KIO_LIBS})
target_link_libraries(kio_recoll recoll xapian xslt xml2 z ${EXTRA_LIBS} ${KDE4_KIO_LIBS} X11)
install(TARGETS kio_recoll DESTINATION ${PLUGIN_INSTALL_DIR})

View File

@ -85,6 +85,7 @@ xapian
xslt
xml2
KF5::KIOCore
X11
dl
z
pthread