From f074c3fa7eb91ca4f30f05b95c35236e9c7766f3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 17 Jan 2017 14:02:50 +0100 Subject: [PATCH] Add this --- Makefile.common | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.common b/Makefile.common index 2bf94f9dba..7b2d4e938f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -26,6 +26,10 @@ ifeq ($(HAVE_VIDEO_PROCESSOR), 1) DEFINES += -DHAVE_VIDEO_PROCESSOR endif +ifeq ($(HAVE_SOCKET_LEGACY), 1) + DEFINES += -DHAVE_SOCKET_LEGACY +endif + ifeq ($(HAVE_HID), 1) DEFINES += -DHAVE_HID endif