From: c vw <dl1ycf@darc.de>
Date: Mon, 6 Aug 2018 09:09:22 +0000 (+0200)
Subject: libpigpio not needed, we use wiringPI!
X-Git-Url: https://git.rkrishnan.org/pf/components/(%5B%5E?a=commitdiff_plain;h=02cc55d8c1bd62636da2d38588227c7fd3af7b5c;p=pihpsdr.git

libpigpio not needed, we use wiringPI!
---

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