Replace MobileGPS with GPSD.

This commit is contained in:
Jonathan Naylor 2020-06-03 13:47:34 +01:00
parent 05b6249f4f
commit d6f04c3bc2
14 changed files with 203 additions and 197 deletions

View file

@ -15,8 +15,8 @@ endif
export CXX := $(shell wx-config --cxx)
export CFLAGS := -O2 -Wall $(shell wx-config --cxxflags) -DLOG_DIR='$(LOGDIR)' -DCONF_DIR='$(CONFDIR)' -DDATA_DIR='$(DATADIR)'
export GUILIBS := $(shell wx-config --libs adv,core,base)
export LIBS := $(shell wx-config --libs base,net)
export GUILIBS := $(shell wx-config --libs adv,core,base) -lgps
export LIBS := $(shell wx-config --libs base,net) -lgps
export LDFLAGS :=
.PHONY: all