summaryrefslogtreecommitdiffstats
path: root/rules/host-qt4.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-25 19:26:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-02-03 12:50:01 +0100
commitc2dc450a2c06fca25234cb2f72b70803432a21e7 (patch)
treecf82d530d3703deed43b4a8ddfcdb2761a57f490 /rules/host-qt4.in
parent49dcd3c75b29d0017f4d28436ea18ea69b712b57 (diff)
downloadptxdist-c2dc450a2c06fca25234cb2f72b70803432a21e7.tar.gz
ptxdist-c2dc450a2c06fca25234cb2f72b70803432a21e7.tar.xz
host-qt4: add option for xmlpatterns
also enable stl. This is needed for future host packages using Qt Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-qt4.in')
-rw-r--r--rules/host-qt4.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/host-qt4.in b/rules/host-qt4.in
index c149dff4a..13275852a 100644
--- a/rules/host-qt4.in
+++ b/rules/host-qt4.in
@@ -5,3 +5,10 @@ config HOST_QT4
select HOST_DBUS
default ALLYES
+if HOST_QT4
+
+config HOST_QT4_XMLPATTERNS
+ bool
+
+endif
+