Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9350] New: dbus optional_depends qt-x11 should be kdelibs

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 9350] New: dbus optional_depends qt-x11 should be kdelibs
  • Date: Sun, 24 Jul 2005 11:26:14 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=9350

Summary: dbus optional_depends qt-x11 should be kdelibs
Product: Codex
Version: stable-rc
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: dmlb2000 AT gmail.com


Even though ./configure --help says qt configure checks for kde-config which
is
part of kdelibs...

<snip from ./configure>

if (! kde-config >& /dev/null); then
have_qt=no
else
kdelibs=`kde-config --install lib --expandvars 2>/dev/null`
if test -z $kdelibs -o ! -f $kdelibs/libkdecore.la; then
have_qt=no
else
DBUS_QT_LIBS="$kdelibs/libkdecore.la"
fi
fi

</snip>

This should be fixed before stable-rc goes to stable and I don't know if this
applies to the current stable

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 9350] New: dbus optional_depends qt-x11 should be kdelibs, bugzilla-daemon, 07/24/2005

Archive powered by MHonArc 2.6.24.

Top of Page