Kaydet (Commit) 1e925461 authored tarafından Matúš Kukan's avatar Matúš Kukan

RepositoryExternal: add disabled graphite case

Change-Id: I16c40fceb2fc84147eb298aa86987b8682a81c8e
üst 08ffb7bc
......@@ -774,7 +774,7 @@ $(call gb_LinkTarget_add_libs,$(1),$(GRAPHITE_LIBS))
endef
else # !SYSTEM_GRAPHITE
else ifeq ($(SYSTEM_GRAPHITE),NO)
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
graphite \
......@@ -790,6 +790,10 @@ $(call gb_LinkTarget_use_static_libraries,$(1),\
endef
else # DISABLED GRAPHITE
gb_LinkTarget__use_graphite :=
endif # SYSTEM_GRAPHITE
......
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