Kaydet (Commit) 3790e84e authored tarafından Matúš Kukan's avatar Matúš Kukan

move this into RepositoryExternal.mk

Change-Id: I6e59fe4cd5b70b672307097f55497d09fc1161a9
üst 345d0140
......@@ -1095,6 +1095,10 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
))
define gb_LinkTarget__use_lcms2
$(call gb_LinkTarget_set_include,$(1),\
-I$(OUTDIR)/inc/lcms2 \
$$(INCLUDE) \
)
$(call gb_LinkTarget_use_static_libraries,$(1),\
lcms2 \
)
......@@ -1108,6 +1112,10 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
))
define gb_LinkTarget__use_lcms2
$(call gb_LinkTarget_set_include,$(1),\
-I$(OUTDIR)/inc/lcms2 \
$$(INCLUDE) \
)
$(call gb_LinkTarget_use_libraries,$(1),\
lcms2 \
)
......
......@@ -56,7 +56,6 @@ $(eval $(call gb_Library_set_include,vcl,\
$$(INCLUDE) \
-I$(SRCDIR)/vcl/inc \
$(if $(filter WNTGCC,$(OS)$(COM)),-I$(OUTDIR)/inc/external/wine) \
$(if $(filter NO,$(SYSTEM_LCMS2)),-I$(OUTDIR)/inc/lcms2) \
))
$(eval $(call gb_Library_add_defs,vcl,\
......
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