Magellan Linux

Annotation of /trunk/dbus/patches/dbus-0.23-qt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 816 byte(s)
-import

1 niro 144 --- configure.org 2004-12-13 14:08:57.676399648 +0100
2     +++ configure 2004-12-13 14:09:31.113316464 +0100
3     @@ -812,6 +812,7 @@
4     if test -f "$dir/qglobal.h"; then
5     have_qt=yes
6     DBUS_QT_CXXFLAGS="-I$dir"
7     + DBUS_QT_LIBS="-I$QTDIR/lib/libqt-mt.la"
8     fi
9     done
10     fi
11     @@ -26196,17 +26196,6 @@
12     echo "${ECHO_T}not found" >&6
13     fi
14    
15     -if (! kde-config >& /dev/null); then
16     - have_qt=no
17     -else
18     - kdelibs=`kde-config --install lib --expandvars 2>/dev/null`
19     - if test -z $kdelibs -o ! -f $kdelibs/libkdecore.la; then
20     - have_qt=no
21     - else
22     - DBUS_QT_LIBS="$kdelibs/libkdecore.la"
23     - fi
24     -fi
25     -
26     if test x$have_qt = xno ; then
27     { echo "$as_me:$LINENO: WARNING: Qt development libraries not found" >&5
28     echo "$as_me: WARNING: Qt development libraries not found" >&2;}