summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2014-06-24 21:56:25 -0600
committerBdale Garbee <bdale@gag.com>2014-06-24 21:56:25 -0600
commit27dbfb4f01f30457fccb22cfe2aba2b3b022a020 (patch)
tree7e047deddb829859b8abf93610e3436cff4b8aa5 /debian
parent5d0af8e108b5b8dc39779e80bb76e04a54dcb5ea (diff)
parent655a75a884db0fe2b40a0eb957efa943df49fecd (diff)
Merge branch 'branch-1.4' into debian
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 57c7e742..c1c9a0f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,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