Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
enable booster-qt
Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
  • Loading branch information
freemangordon committed Apr 30, 2015
1 parent 5148012 commit 3692cb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/maemo-launcher.Xsession
@@ -1,3 +1,3 @@
#!/bin/sh

/usr/bin/maemo-launcher --send-app-died --booster gtk,cpp --quiet --daemon
/usr/bin/maemo-launcher --send-app-died --booster gtk,cpp,qt --quiet --daemon
7 changes: 7 additions & 0 deletions debian/rules
Expand Up @@ -20,6 +20,12 @@ else
opt_hildon := --enable-hildon-booster --enable-cpp-booster
endif

ifneq (,$(findstring noqt,$(DEB_BUILD_OPTIONS)))
opt_qt :=
else
opt_qt := --enable-qt-booster
endif

# Nasty thing due to having the upstream and debian stuff merged.
configure: configure.ac
autoreconf -f -i -Wall
Expand All @@ -31,6 +37,7 @@ config.status: configure
CFLAGS="$(CFLAGS)" ./configure \
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
$(opt_hildon) \
$(opt_qt) \
--mandir=\$${prefix}/share/man \
--prefix=/usr

Expand Down

0 comments on commit 3692cb9

Please sign in to comment.