Eliminating $KDEDIR
Allen Winter
winter at kde.org
Mon Mar 20 17:47:21 CET 2006
Howdy,
I've joined this list! Yeah!
In cmake/modules/FindKDE4Internal.cmake you'll find code like the following:
find_library(KDE4_KXMLCORE_LIBRARY NAMES kxmlcore
PATHS
${KDE4_LIB_INSTALL_DIR}
$ENV{KDEDIR}/lib
/opt/kde/lib
/opt/kde4/lib
/usr/lib
)
I think the search into $ENV{KDEDIR}/lib should be removed since $KDEDIR
should be no more in KDE4.
${KDE4_LIB_INSTALL_DIR} is relative to ${CMAKE_INSTALL_PREFIX} so
I think we are safe to simply remove the $ENV{KDEDIR} stuff.
OK?
-Allen
--
Let's Keep the Political Talk Out of KDE PLEASE
More information about the Kde-buildsystem
mailing list