Kde kioslave: needs to be linked with libX11 because rcldb.cpp now calls the index status reporter
This commit is contained in:
parent
223dff95f6
commit
2fd485366a
@ -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})
|
||||
|
||||
|
||||
@ -85,6 +85,7 @@ xapian
|
||||
xslt
|
||||
xml2
|
||||
KF5::KIOCore
|
||||
X11
|
||||
dl
|
||||
z
|
||||
pthread
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user