From 02cc55d8c1bd62636da2d38588227c7fd3af7b5c Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Mon, 6 Aug 2018 11:09:22 +0200
Subject: [PATCH] libpigpio not needed, we use wiringPI!

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a4147dc..cd1f158 100644
--- a/Makefile
+++ b/Makefile
@@ -158,7 +158,7 @@ endif
 
 ifeq ($(GPIO_INCLUDE),GPIO)
   GPIO_OPTIONS=-D GPIO
-  GPIO_LIBS=-lwiringPi -lpigpio 
+  GPIO_LIBS=-lwiringPi
   GPIO_SOURCES= \
   gpio.c \
   encoder_menu.c
-- 
2.45.2