Add ENABLE_VIPS flag to Makefile

To build with libvips support use 'make -C ocis build ENABLE_VIPS=true'
This commit is contained in:
Ralf Haferkamp
2024-10-15 17:44:28 +02:00
committed by Ralf Haferkamp
parent a9a5570050
commit 74bc549b9f

View File

@@ -3,6 +3,10 @@ NAME := ocis
TAGS := disable_crypt
ifdef ENABLE_VIPS
TAGS := ${TAGS},enable_vips
endif
include ../.make/recursion.mk
############ tooling ############