This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch debian-experimental-4.3 in repository libreoffice.
commit 8ee24b0cf8c32d95e67c1fb74de28564843d017e Author: Rene Engelhard <[email protected]> Date: Sat Aug 16 21:29:48 2014 +0200 add missing ifneq for libgltf-dev --- rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules b/rules index 6cea2ad..d6d8a47 100755 --- a/rules +++ b/rules @@ -726,7 +726,9 @@ ifneq "$(ENABLE_GLTF)" "y" CONFIGURE_FLAGS += --disable-gltf DEBHELPER_OPTIONS += -Nlibreoffice-avmedia-backend-opengl else + ifneq (,$(findstring libgltf,$(SYSTEM_STUFF))) BUILD_DEPS += , libgltf-dev + endif ifneq "$(ENABLE_COLLADA)" "y" CONFIGURE_FLAGS += --disable-collada endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

