summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2014-06-24 21:12:59 -0600
committerBdale Garbee <bdale@gag.com>2014-06-24 21:20:44 -0600
commit42fd93b67af396b0478e9e795026cf1a5312e5c9 (patch)
tree28b186bdec795c60a68963acd1fc7e3c23e8dc1c /debian
parent9a78df4ea121d1d3c14da2abae1a82c34121e13c (diff)
make sure to use Google Maps API key for official builds
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 2b798464..ebcb3b80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ prebuild:
configure: configure-stamp
configure-stamp:
dh_testdir
- PKG_CONFIG_PATH=/opt/stlink/lib/pkgconfig ./autogen.sh --prefix=/usr
+ PKG_CONFIG_PATH=/opt/stlink/lib/pkgconfig ./autogen.sh \
+ --prefix=/usr --with-google-key=/opt/google/maps-api-key
touch configure-stamp
build: build-arch build-indep