summaryrefslogtreecommitdiffstats
path: root/package/qt
diff options
context:
space:
mode:
authorMichael Roth <mroth@nessie.de>2009-10-07 11:20:32 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-10-09 14:41:23 +0200
commit7f541e304778b85a3f9a07c8b3dadb3df5b2d35c (patch)
treefaa91111337934646b742b2411b41b3a64a73272 /package/qt
parent03bdf67f438ad66a652e860474fc65b9342656f2 (diff)
downloadbuildroot-novena-7f541e304778b85a3f9a07c8b3dadb3df5b2d35c.tar.gz
buildroot-novena-7f541e304778b85a3f9a07c8b3dadb3df5b2d35c.zip
qt: remove unnecessary comment
Qt in buildroot should not depend on dbus installed on build platform, if so this is (or was) a bug in buildroot. Looks like that this note is left over from ancient buildroot days, so remove it. Signed-off-by: Michael Roth <mroth@nessie.de> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/qt.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 6fe122cdf..e7c22c354 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -12,11 +12,6 @@
#
######################################################################
-# BUG: In "OpenSuSE 10.2", dbus.h is at dbus-1.0/dbus/dbus.h
-# instead of at "dbus/dbus.h"
-# (cd /usr/include; sudo ln -s dbus-1.0/dbus dbus)
-# to fix
-
QT_VERSION:=4.5.2
QT_CAT:=$(BZCAT)