From 7f541e304778b85a3f9a07c8b3dadb3df5b2d35c Mon Sep 17 00:00:00 2001 From: Michael Roth Date: Wed, 7 Oct 2009 11:20:32 +0200 Subject: 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 Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/qt/qt.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'package/qt') 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) -- cgit v1.2.3