summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-11-07 17:20:29 +0100
committerThorsten Behrens <tbehrens@suse.com>2011-11-07 17:21:19 +0100
commit978f106a5e6851dc6e833ab33c437ad7baa2bb38 (patch)
tree2792fcf25c6427464633abcff493a3734c1a6ded
parentfc108e4d647f53ccb22b7f1f0511a5c4b5585708 (diff)
make the 3D transitions work againlibreoffice-3-4
Fix for n#728559. Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
-rw-r--r--postprocess/packcomponents/makefile.mk2
1 files changed, 1 insertions, 1 deletions
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