Ticket #25076: disable-gtk-dependencies-CMakeLists.txt.diff

File disable-gtk-dependencies-CMakeLists.txt.diff, 1.0 KB (added by jgosmann (Jan Gosmann), 14 years ago)

Patchfile needed for no_ipod_export variant

  • ../kipi-plugins-1.2.0/CMakeLists.txt

    old new  
    116116MACRO_OPTIONAL_FIND_PACKAGE(LibXslt)    # For Htmlexport.
    117117MACRO_OPTIONAL_FIND_PACKAGE(OpenGL)     # For AdvancedSlideshow and ImageViewer.
    118118MACRO_OPTIONAL_FIND_PACKAGE(OpenCV)     # For RemoveRedEyes.
    119 MACRO_OPTIONAL_FIND_PACKAGE(Gpod)       # For ipodexport.
    120 MACRO_OPTIONAL_FIND_PACKAGE(Gdk)        # For ipodexport.
    121 MACRO_OPTIONAL_FIND_PACKAGE(GLIB2)      # For ipodexport.
    122 MACRO_OPTIONAL_FIND_PACKAGE(GObject)    # For ipodexport.
     119#MACRO_OPTIONAL_FIND_PACKAGE(Gpod)       # For ipodexport.
     120#MACRO_OPTIONAL_FIND_PACKAGE(Gdk)        # For ipodexport.
     121#MACRO_OPTIONAL_FIND_PACKAGE(GLIB2)      # For ipodexport.
     122#MACRO_OPTIONAL_FIND_PACKAGE(GObject)    # For ipodexport.
    123123MACRO_OPTIONAL_FIND_PACKAGE(KdepimLibs) # For Calendar (libkcal).
    124124MACRO_OPTIONAL_FIND_PACKAGE(QCA2)       # For Shwup.
    125125MACRO_OPTIONAL_FIND_PACKAGE(KSane)      # For AcquireImages.