From ef0319b45b58acc9752f7e9eb139943b41aa088a Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Sat, 28 Mar 2026 21:01:56 +0000 Subject: [PATCH] build: default FEATURES to all optional deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit make — builds with glfw, vulkan, turbojpeg, xorg, vaapi make FEATURES= — headless build with no optional dependencies Co-Authored-By: Claude Sonnet 4.6 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 20da3cd..8f8a310 100644 --- a/common.mk +++ b/common.mk @@ -24,7 +24,7 @@ DEPFLAGS = -MMD -MP # xorg — XRandR geometry queries + XShmGetImage screen grab (libx11, libxrandr) # vaapi — VA-API hardware encode/decode (libva) # ----------------------------------------------------------------------- -FEATURES ?= +FEATURES ?= glfw vulkan turbojpeg xorg vaapi export FEATURES # Inject HAVE_ defines into CFLAGS