Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 335815

Summary: media-sound/phonon depends on x11-libs/qt-dbus
Product: Gentoo Linux Reporter: charles17
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description charles17 2010-09-03 14:46:41 UTC
media-sound/phonon has x11-libs/qt-dbus as dependency even when the system has no dbus at all.

Shouldn't it have the dbus use flag for the dbus stuff?
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-09-03 14:56:02 UTC
dbus is really required. for instance,

xine/backend.cpp:

#include <QtDBus/QDBusConnection>

with no ifdef's around it.