Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275941 | Differences between
and this patch

Collapse All | Expand All

(-)kdebindings-4.3.5-orig/ruby/CMakeLists.txt (-5 / +7 lines)
Lines 15-20 Link Here
15
OPTION(ENABLE_SOPRANO_RUBY "build Soprano" OFF)
15
OPTION(ENABLE_SOPRANO_RUBY "build Soprano" OFF)
16
16
17
OPTION(ENABLE_KDEVPLATFORM_RUBY "build KDevPlatform" OFF)
17
OPTION(ENABLE_KDEVPLATFORM_RUBY "build KDevPlatform" OFF)
18
18
OPTION(ENABLE_KORUNDUM_RUBY "build Korundum" ON)
19
OPTION(ENABLE_KORUNDUM_RUBY "build Korundum" ON)
19
OPTION(ENABLE_KHTML_RUBY "build KHTML" ON)
20
OPTION(ENABLE_KHTML_RUBY "build KHTML" ON)
20
OPTION(ENABLE_KTEXTEDITOR_RUBY "build KTextEditor" ON)
21
OPTION(ENABLE_KTEXTEDITOR_RUBY "build KTextEditor" ON)
Lines 90-99 Link Here
90
        set(QWT_ENABLED "yes")
91
        set(QWT_ENABLED "yes")
91
    endif(ENABLE_QWT_RUBY)
92
    endif(ENABLE_QWT_RUBY)
92
    
93
    
93
    if(Soprano_FOUND)
94
    if(ENABLE_SOPRANO_RUBY)
94
        add_subdirectory( soprano )
95
        add_subdirectory( soprano )
95
        set(SOPRANO_ENABLED "yes")
96
        set(SOPRANO_ENABLED "yes")
96
    endif(Soprano_FOUND)
97
    endif(ENABLE_SOPRANO_RUBY)
97
98
98
    if(KDEPIMLIBS_FOUND AND Akonadi_FOUND)
99
    if(KDEPIMLIBS_FOUND AND Akonadi_FOUND)
99
        add_subdirectory( akonadi )
100
        add_subdirectory( akonadi )
Lines 104-114 Link Here
104
        add_subdirectory( korundum )
105
        add_subdirectory( korundum )
105
        set(KORUNDUM_ENABLED "yes")
106
        set(KORUNDUM_ENABLED "yes")
106
    endif(ENABLE_KORUNDUM_RUBY)
107
    endif(ENABLE_KORUNDUM_RUBY)
107
    
108
108
    if(KDEVPLATFORM_FOUND)
109
    if(ENABLE_KDEVPLATFORM_RUBY)
109
        add_subdirectory( kdevplatform )
110
        add_subdirectory( kdevplatform )
110
        set(KDEVPLATFORM_ENABLED "yes")
111
        set(KDEVPLATFORM_ENABLED "yes")
111
    endif(KDEVPLATFORM_FOUND)
112
    endif(ENABLE_KDEVPLATFORM_RUBY)
113
112
    if(ENABLE_KHTML_RUBY)
114
    if(ENABLE_KHTML_RUBY)
113
        add_subdirectory( khtml )
115
        add_subdirectory( khtml )
114
        set(KHTML_ENABLED "yes")
116
        set(KHTML_ENABLED "yes")

Return to bug 275941