Kaydet (Commit) 00bc3078 authored tarafından Riccardo Magliocchetti's avatar Riccardo Magliocchetti

vcl: Add missing graphite support to headless build

Change-Id: I63966bac34678869dbd3ea177905896bbe8934f6
üst 56c30782
......@@ -310,6 +310,11 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/generic/glyphs/graphite_serverfont \
))
endif
ifeq ($(GUIBASE),headless)
$(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/generic/glyphs/graphite_serverfont \
))
endif
ifeq ($(OS),WNT)
$(eval $(call gb_Library_use_libraries,vcl,\
version \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment