Disable libcmis for Android for the while
This commit is contained in:
@@ -18,4 +18,5 @@
|
|||||||
--without-java
|
--without-java
|
||||||
--without-junit
|
--without-junit
|
||||||
--without-ppds
|
--without-ppds
|
||||||
|
--without-cmis
|
||||||
--without-stlport
|
--without-stlport
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
$(eval $(call gb_Module_Module,libcmis))
|
$(eval $(call gb_Module_Module,libcmis))
|
||||||
|
|
||||||
ifneq ($(ENABLE_CMIS),)
|
ifeq ($(ENABLE_CMIS),TRUE)
|
||||||
$(eval $(call gb_Module_add_targets,libcmis,\
|
$(eval $(call gb_Module_add_targets,libcmis,\
|
||||||
ExternalLib_libcmis \
|
ExternalLib_libcmis \
|
||||||
))
|
))
|
||||||
|
Reference in New Issue
Block a user