[Libreoffice-commits] .: Branch 'libreoffice-3-4' - postprocess/packcomponents

Thorsten Behrens thorsten at kemper.freedesktop.org
Mon Nov 7 08:21:54 PST 2011


 postprocess/packcomponents/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 978f106a5e6851dc6e833ab33c437ad7baa2bb38
Author: Radek Doulik <rodo at novell.com>
Date:   Mon Nov 7 17:20:29 2011 +0100

    make the 3D transitions work again
    
    Fix for n#728559.
    
    Signed-off-by: Thorsten Behrens <tbehrens at suse.com>

diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 4c8109b..bed9a27 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -242,7 +242,7 @@ my_components += kdebe1
 my_components += kde4be1
 .END
 
-.IF "$(ENABLE_OGL)" == "TRUE"
+.IF "$(ENABLE_OPENGL)" == "TRUE"
 my_components += ogltrans
 .END
 


More information about the Libreoffice-commits mailing list