Added linking to kdeextra library.

This resolve FTBFS on some systems.

Because the kdeextra library is linked as static, there
is no reason to be installed as a separate library.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 441a472527)
r14.0.x
Slávek Banko 5 years ago
parent 518045aebb
commit 916c64c0ed
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -25,8 +25,6 @@ if( WITH_TDE )
tdecore-shared tdecore-shared
tdeui-shared tdeui-shared
tdeio-shared tdeio-shared
tdehtml-shared
tdeparts-shared
) )
set( TDEEXTRA_LIBRARIES kdeextra-static ) set( TDEEXTRA_LIBRARIES kdeextra-static )
else( ) else( )

@ -22,6 +22,7 @@ tde_add_library( kdeextra STATIC_PIC AUTOMOC
kchmdcopiface.skel kchmdcopiface.skel
kchmdcopiface.cpp kchmdcopiface.cpp
kchmviewwindow_tdehtmlpart.cpp kchmviewwindow_tdehtmlpart.cpp
LINK
DESTINATION ${LIB_INSTALL_DIR} tdehtml-shared
tdeparts-shared
) )

Loading…
Cancel
Save