From 9f959d547c9d13ece8182d8e9e1e4d3e078c7cfe Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 22 Jun 2010 12:56:24 +0200 Subject: [qt4] disable broken examples Signed-off-by: Michael Olbrich --- rules/qt4-examples.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rules/qt4-examples.in b/rules/qt4-examples.in index 91e3da1ca..15439d78f 100644 --- a/rules/qt4-examples.in +++ b/rules/qt4-examples.in @@ -88,6 +88,8 @@ if QT4_EXAMPLES_DBUS config QT4_EXAMPLES_DBUS_COMPLEXPING bool prompt "complexping" + # strange broken .pro files + depends on BROKEN depends on QT4_DBUS_LOAD || QT4_DBUS_LINK depends on QT4_BUILD_XML depends on QT4_BUILD_NETWORK @@ -95,6 +97,8 @@ config QT4_EXAMPLES_DBUS_COMPLEXPING config QT4_EXAMPLES_DBUS_COMPLEXPONG bool prompt "complexpong" + # strange broken .pro files + depends on BROKEN depends on QT4_DBUS_LOAD || QT4_DBUS_LINK depends on QT4_BUILD_XML depends on QT4_BUILD_NETWORK @@ -117,6 +121,8 @@ config QT4_EXAMPLES_DBUS_LISTNAMES config QT4_EXAMPLES_DBUS_PING bool prompt "ping" + # strange broken .pro files + depends on BROKEN depends on QT4_DBUS_LOAD || QT4_DBUS_LINK depends on QT4_BUILD_XML depends on QT4_BUILD_NETWORK @@ -124,6 +130,8 @@ config QT4_EXAMPLES_DBUS_PING config QT4_EXAMPLES_DBUS_PONG bool prompt "pong" + # strange broken .pro files + depends on BROKEN depends on QT4_DBUS_LOAD || QT4_DBUS_LINK depends on QT4_BUILD_XML depends on QT4_BUILD_NETWORK -- cgit v1.2.3