diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-06-07 02:28:53 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-06-07 02:28:53 +0000 |
commit | 90a90611650b05d2faa600eb038ce0884dbb406f (patch) | |
tree | a47e86d45bfab154f5ae08a5719643c2660a3511 /kde-base/kwin/files | |
parent | Clean up old ebuilds. (diff) | |
download | gentoo-2-90a90611650b05d2faa600eb038ce0884dbb406f.tar.gz gentoo-2-90a90611650b05d2faa600eb038ce0884dbb406f.tar.bz2 gentoo-2-90a90611650b05d2faa600eb038ce0884dbb406f.zip |
Compile without compositing, bug 225129.
(Portage version: 2.1.5.4)
Diffstat (limited to 'kde-base/kwin/files')
-rw-r--r-- | kde-base/kwin/files/kwin-4.0.5-no-compositing.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kde-base/kwin/files/kwin-4.0.5-no-compositing.patch b/kde-base/kwin/files/kwin-4.0.5-no-compositing.patch new file mode 100644 index 000000000000..40de6cbbde0e --- /dev/null +++ b/kde-base/kwin/files/kwin-4.0.5-no-compositing.patch @@ -0,0 +1,13 @@ +--- kdebase/workspace/kwin/lib/kwineffects.cpp 2008/05/08 19:06:28 805574 ++++ kdebase/workspace/kwin/lib/kwineffects.cpp 2008/05/24 08:24:48 811956 +@@ -294,8 +294,10 @@ + { + switch( compositing_type ) + { ++#ifdef KWIN_HAVE_OPENGL_COMPOSITING + case OpenGLCompositing: + return GLTexture::saturationSupported(); ++#endif + case XRenderCompositing: + return false; // never + default: |