projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25728f9
)
qt: qt-dbus: replace dependency on dbus by select
author
Arnout Vandecappelle (Essensium/Mind)
<arnout@mind.be>
Thu, 26 Jan 2012 23:41:30 +0000
(
00:41
+0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 31 Jan 2012 11:23:42 +0000
(12:23 +0100)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/qt/Config.in
patch
|
blob
|
history
diff --git
a/package/qt/Config.in
b/package/qt/Config.in
index ab231d9bd01747cda05750f6f95afcca91509745..3a552d090f93e66ccc4b255f6c4d461d3855e1bb 100644
(file)
--- a/
package/qt/Config.in
+++ b/
package/qt/Config.in
@@
-280,12
+280,9
@@
config BR2_PACKAGE_QT_PHONON_BACKEND
If unsure, say n.
endif
-comment "Qt Dbus module not available (needs dbus)"
- depends on !BR2_PACKAGE_DBUS
-
config BR2_PACKAGE_QT_DBUS
bool "DBus Module"
-
depends on
BR2_PACKAGE_DBUS
+
select
BR2_PACKAGE_DBUS
help
Build the Qt DBus module.