Disable effect config build
With the fixed KPluginFactory macro, the KWIN_EFFECT_CONFIG_* macros seem to break. I'm looking for a solution to fix up the macro in kwineffects.h, or otherwise the usage in the plugins. The problem is that the macros of each plugin export the exact same class name, which is going to clash. Until I've found a solution, disable build of the config files, so it's not too disruptive for others. CCMAIL:kwin@kde.org
This commit is contained in:
parent
5435568f86
commit
0ac47d9b18
1 changed files with 1 additions and 1 deletions
|
@ -178,5 +178,5 @@ endif()
|
|||
# Add the builtins plugin
|
||||
KWIN4_ADD_EFFECT( builtins ${kwin4_effect_builtins_sources} )
|
||||
if( NOT KWIN_MOBILE_EFFECTS )
|
||||
KWIN4_ADD_EFFECT_CONFIG( builtins ${kwin4_effect_builtins_config_sources} )
|
||||
# KWIN4_ADD_EFFECT_CONFIG( builtins ${kwin4_effect_builtins_config_sources} )
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue