From f7d0bf7e4f5596d096c4aa50a414d5f18c09e6b6 Mon Sep 17 00:00:00 2001 From: Marcos Del Sol Vives Date: Sun, 7 Jan 2024 13:33:17 +0100 Subject: [PATCH] Add HAVE_GD flag --- client/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/Makefile b/client/Makefile index 4f74cd86c..adbd2c0ce 100644 --- a/client/Makefile +++ b/client/Makefile @@ -421,6 +421,10 @@ ifeq ($(PYTHON_FOUND),1) PM3CFLAGS += -DHAVE_PYTHON endif +ifeq ($(GD_FOUND),1) + PM3CFLAGS += -DHAVE_GD +endif + ifeq ($(SWIG_LUA_FOUND),1) PM3CFLAGS += -DHAVE_LUA_SWIG endif