Skip to content

Commit

Permalink
attempt 1 at RPI3 raspian build
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Nov 8, 2017
1 parent ce8415d commit df508c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ ifeq ($(XOS),Linux)
endif

VAPI := $(shell valac --api-version)

ifeq ($(VAPI),0.26)
DOPTS += -D LSRVAL
endif
ifeq ($(VAPI),0.28)
DOPTS += -D LSRVAL
endif
ifeq ($(VAPI),0.30)
DOPTS += -D LSRVAL
endif
Expand Down
2 changes: 1 addition & 1 deletion common/mwp_xml.vala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class Mission : GLib.Object
minx=180;
cx = cy = 0;
zoom = -1;
maxalt = -2147483648;
maxalt = -2147483647;
dist = -1;
et = -1;
lt = -1;
Expand Down
2 changes: 1 addition & 1 deletion mwp/mwpid.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
char * mwpid="0.312.743";
char * mwpid="0.312.788";

0 comments on commit df508c1

Please sign in to comment.