[SCM] LibreOffice packaging repository branch, debian-experimental-3.5, updated. libreoffice_3.4.4-1-175-gb132ca1
The following commit has been merged in the debian-experimental-3.5 branch:
commit b132ca1c8241bcd67686a57d01533cb004e3a7f0
Author: Rene Engelhard <rene@debian.org>
Date: Thu Dec 22 00:46:02 2011 +0100
fix opengl configure flag if
diff --git a/rules b/rules
index 57a44a9..32ae1d6 100755
--- a/rules
+++ b/rules
@@ -473,7 +473,7 @@ ifneq "$(OOO_OGLTRANS_ARCHS)" ""
BUILD_DEPS += , libgl1-mesa-dev$(OOO_NO_OGLTRANS_ARCHS), libglu1-mesa-dev$(OOO_NO_OGLTRANS_ARCHS)
endif
endif
-ifeq "$(ENABLE_OPENGL)" "y"
+ifneq "$(ENABLE_OPENGL)" "y"
CONFIGURE_FLAGS += --disable-opengl
endif
--
LibreOffice packaging repository
Reply to: