mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
Add ENABLE_VIPS flag to Makefile
To build with libvips support use 'make -C ocis build ENABLE_VIPS=true'
This commit is contained in:
committed by
Ralf Haferkamp
parent
a9a5570050
commit
74bc549b9f
@@ -3,6 +3,10 @@ NAME := ocis
|
||||
|
||||
TAGS := disable_crypt
|
||||
|
||||
ifdef ENABLE_VIPS
|
||||
TAGS := ${TAGS},enable_vips
|
||||
endif
|
||||
|
||||
include ../.make/recursion.mk
|
||||
|
||||
############ tooling ############
|
||||
|
||||
Reference in New Issue
Block a user