From 0e1f35c1a017897fc2da493663260743978f5ec7 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Mon, 14 Apr 2025 06:33:21 -0500 Subject: [PATCH] Add switch support (BROKEN) and TessesFrameworkFeatures.h and CertificateChain.hpp will be installed properly --- TessesFrameworkFeatures.h.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TessesFrameworkFeatures.h.in b/TessesFrameworkFeatures.h.in index 74156dd..4550462 100644 --- a/TessesFrameworkFeatures.h.in +++ b/TessesFrameworkFeatures.h.in @@ -4,9 +4,7 @@ #if TESSES_FRAMEWORK_FLAG_@TESSESFRAMEWORK_ENABLE_MBED@ #define TESSESFRAMEWORK_ENABLE_MBED #endif -#if TESSES_FRAMEWORK_FLAG_@TESSESFRAMEWORK_ENABLE_LIBWEBCAM@ -#define TESSESFRAMEWORK_ENABLE_MINIFB -#endif + #if TESSES_FRAMEWORK_FLAG_@TESSESFRAMEWORK_ENABLE_NETWORKING@ #define TESSESFRAMEWORK_ENABLE_NETWORKING #endif