summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r--vcl/Library_vcl.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index b8cb25748d3f..90650adcebcd 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -417,23 +417,6 @@ $(eval $(call gb_Library_add_cobjects,vcl,\
# optional parts
-## handle Graphite
-ifeq ($(ENABLE_GRAPHITE),TRUE)
-# add graphite sources for all platforms
-$(eval $(call gb_Library_add_exception_objects,vcl,\
- vcl/source/glyphs/graphite_features \
- vcl/source/glyphs/graphite_layout \
-))
-
-# handle X11 platforms, which have additional files and possibly system graphite
-ifneq (,$(or $(USING_X11),$(ENABLE_HEADLESS)))
-$(eval $(call gb_Library_add_exception_objects,vcl,\
- vcl/unx/generic/glyphs/graphite_serverfont \
-))
-endif
-
-endif
-
vcl_quartz_code= \
vcl/quartz/salbmp \
vcl/quartz/utils \