Kaydet (Commit) acc7f61f authored tarafından Michael Stahl's avatar Michael Stahl

libvisio: stop delivering headers

Change-Id: I94d15fc2e367a2fe474cd4e10109bef0d9029b28
üst ff71895f
......@@ -1444,6 +1444,10 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
))
define gb_LinkTarget__use_visio
$(call gb_LinkTarget_set_include,$(1),\
-I$(call gb_UnpackedTarball_get_dir,libvisio)/inc \
$$(INCLUDE) \
)
$(call gb_LinkTarget_use_package,$(1),\
libvisio \
)
......
......@@ -9,12 +9,6 @@
$(eval $(call gb_ExternalPackage_ExternalPackage,libvisio,libvisio))
$(eval $(call gb_ExternalPackage_add_unpacked_files,libvisio,inc/external/libvisio,\
inc/libvisio/libvisio.h \
inc/libvisio/VisioDocument.h \
inc/libvisio/VSDStringVector.h \
))
$(eval $(call gb_ExternalPackage_use_external_project,libvisio,libvisio))
ifeq ($(COM),MSC)
......
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