From 8307871d8bfb38eb8e1a816a2366d870471cfc25 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Fri, 7 Mar 2008 13:08:58 +0200 Subject: [PATCH] Set proper configure switches --- debian/rules | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f5c5924..d95d933 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,15 @@ configure-stamp: dh_testdir #./autogen.sh # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --disable-static --enable-hildon --enable-770 --enable-itbtdbus --sysconfdir=/etc + CFLAGS="$(CFLAGS)" ./configure --prefix=/usr \ + --disable-static \ + --enable-hildon \ + --enable-770 \ + --enable-itbtdbus \ + --enable-gpsd \ + --enable-gst \ + --disable-schemas-install \ + --sysconfdir=/etc touch configure-stamp build: build-stamp -- 2.39.5