rev 10286 - branches/kde4/packages/kdelibs/debian/patches

Modestas Vainius modax-guest at alioth.debian.org
Sat Apr 26 21:50:05 UTC 2008


Author: modax-guest
Date: 2008-04-26 21:50:05 +0000 (Sat, 26 Apr 2008)
New Revision: 10286

Modified:
   branches/kde4/packages/kdelibs/debian/patches/97_use_imported_targets_with_cmake26.diff
Log:
export ${KDE4_*_LIBRARIES}  too. ThreadWeaver does not follow the pattern.

Modified: branches/kde4/packages/kdelibs/debian/patches/97_use_imported_targets_with_cmake26.diff
===================================================================
--- branches/kde4/packages/kdelibs/debian/patches/97_use_imported_targets_with_cmake26.diff	2008-04-26 18:57:56 UTC (rev 10285)
+++ branches/kde4/packages/kdelibs/debian/patches/97_use_imported_targets_with_cmake26.diff	2008-04-26 21:50:05 UTC (rev 10286)
@@ -19,7 +19,7 @@
  # get the directory of the current file, used later on in the file
  get_filename_component( kde_cmake_module_dir  ${CMAKE_CURRENT_LIST_FILE} PATH)
  
-@@ -270,23 +269,94 @@
+@@ -270,23 +269,96 @@
  
  #######################  #now try to find some kde stuff  ################################
  
@@ -39,9 +39,11 @@
 +         if (KDELIBS_EXPORT OR _kdeBootStrapping)
 +            # Set KDE4_*_LIBS to the (IMPORTED) target name
 +            set(KDE4_${_ulib}_LIBS ${lib})
++            set(KDE4_${_ulib}_LIBRARIES ${lib})
 +         else (KDELIBS_EXPORT OR _kdeBootStrapping)
 +            # Set KDE4_*_LIBS to the lib name and its dependences
 +            set(KDE4_${_ulib}_LIBS ${${lib}_LIB_DEPENDS} ${KDE4_${_ulib}_LIBRARY} )
++            set(KDE4_${_ulib}_LIBRARIES ${${lib}_LIB_DEPENDS} ${KDE4_${_ulib}_LIBRARY} )
 +         endif (KDELIBS_EXPORT OR _kdeBootStrapping)
 +      endif (KDE4_${_ulib}_LIBRARY)
 +
@@ -129,7 +131,7 @@
     set(EXECUTABLE_OUTPUT_PATH ${kdelibs_BINARY_DIR}/bin )
  
     if (WIN32)
-@@ -355,89 +425,7 @@
+@@ -355,89 +427,7 @@
        get_filename_component(QT_INSTALL_DIR ${_DIR} PATH )
     endif (WIN32)
  




More information about the pkg-kde-commits mailing list