]> Pileus Git - ~andy/aweather-pkg/commitdiff
Update for 0.7 and gps plugin
authorAndy Spencer <andy753421@gmail.com>
Thu, 16 Feb 2012 21:50:39 +0000 (21:50 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 16 Feb 2012 21:50:39 +0000 (21:50 +0000)
config.mk.sample
src/Makefile

index 0a67df59da75197eefde7aea270356bd586bc62f..f514093df55a08c8797d4ad90877f22ad61d0ec8 100644 (file)
@@ -1,7 +1,7 @@
 FILES        = /scratch/aweather-pkg/files
 
-VER_AWEATHER = 0.6.1
-VER_GRITS    = 0.6.2
+VER_AWEATHER = 0.7
+VER_GRITS    = 0.7
 VER_RSL      = 1.42
 
 SRC_AWEATHER = /scratch/aweather
index efc6c22f484b354ad1d2a9c953febbf45ae51010..5ad25d67f6654d14a2835d5f0a3ce0fbee64f31a 100644 (file)
@@ -24,6 +24,7 @@ aweather-gen:
        cd $(SRC_AWEATHER); \
        PKG_CONFIG_PATH="$(SRC_GRITS)/src" \
        ./autogen.sh \
+               --enable-gps \
                --datadir="$(SRC_AWEATHER)/data" \
                --libdir="$(SRC_AWEATHER)/src/plugins" \
                CFLAGS="-g -Werror $(CFLAGS)"