postprocess/packcomponents/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 87268f254f460b39a41b153fd6e66a9974ca63c3 Author: Radek Doulik <[email protected]> Date: Wed Oct 19 17:09:55 2011 +0200 make the 3D transitions work again diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 07d6ccf..b983928 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -239,7 +239,7 @@ my_components += kdebe1 my_components += kde4be1 .END -.IF "$(ENABLE_OGL)" == "TRUE" +.IF "$(ENABLE_OPENGL)" == "TRUE" my_components += component/slideshow/source/engine/OGLTrans/ogltrans .END _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
