[Libreoffice-commits] .: vcl/Module_vcl.mk

Matus Kukan mkukan at kemper.freedesktop.org
Wed May 16 04:39:31 PDT 2012


 vcl/Module_vcl.mk |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit b576aa1318ebdfea8349c23da7a8b1237156a8f9
Author: Riccardo Magliocchetti <riccardo.magliocchetti at gmail.com>
Date:   Wed May 16 12:54:05 2012 +0200

    fdo#47246: vcl: fix --enable-headless build
    
    Follow android way of building stuff.
    
    Change-Id: Ia3f8d7c58dbd09e070d9ea583872e115828365cb

diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 441ec37..8789813 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -77,13 +77,6 @@ $(eval $(call gb_Module_add_targets,vcl,\
 endif
 endif
 
-ifeq ($(GUIBASE),headless)
-$(eval $(call gb_Module_add_targets,vcl,\
-    Library_vclplug_svp \
-    StaticLibrary_headless \
-))
-endif
-
 ifeq ($(GUIBASE),aqua)
 $(eval $(call gb_Module_add_targets,vcl,\
     Zip_osxres \


More information about the Libreoffice-commits mailing list