From 4d87f25bf6c0cb78f77de48aea19e73c38dbb058 Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Wed, 17 Sep 2025 13:32:00 -0400 Subject: [PATCH] ios/tvos: stop including hid controller driver it's left over from BTStack/cydia days --- pkg/apple/BaseConfig.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apple/BaseConfig.xcconfig b/pkg/apple/BaseConfig.xcconfig index c61a612835..83c5f01b81 100644 --- a/pkg/apple/BaseConfig.xcconfig +++ b/pkg/apple/BaseConfig.xcconfig @@ -39,7 +39,6 @@ OTHER_CFLAGS = $(inherited) -DHAVE_GIT_VERSION OTHER_CFLAGS = $(inherited) -DHAVE_GLSL OTHER_CFLAGS = $(inherited) -DHAVE_GLSLANG OTHER_CFLAGS = $(inherited) -DHAVE_GRIFFIN -OTHER_CFLAGS = $(inherited) -DHAVE_HID OTHER_CFLAGS = $(inherited) -DHAVE_IFINFO OTHER_CFLAGS = $(inherited) -DHAVE_IMAGEVIEWER OTHER_CFLAGS = $(inherited) -DHAVE_LANGEXTRA @@ -107,6 +106,7 @@ OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_COREMIDI OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_DISCORD OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_DYLIB OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_GETOPT_LONG +OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_HID OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_IOHIDMANAGER OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_MATERIALUI OTHER_CFLAGS[sdk=macosx*] = $(inherited) -DHAVE_OPENGL_CORE