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