view src/qt-2-dbus.patch @ 3426:b3554ecfaff2

Makefile.in: If using lib64 directory set PKG_CONFIG_PATH in environment.
author John W. Eaton <jwe@octave.org>
date Tue, 14 Jan 2014 00:12:46 -0500
parents fae248a5b181
children
line wrap: on
line source

diff -ur qt-everywhere-opensource-src-4.8.3.orig/src/dbus/dbus.pro qt-everywhere-opensource-src-4.8.3/src/dbus/dbus.pro
--- qt-everywhere-opensource-src-4.8.3.orig/src/dbus/dbus.pro	2013-07-13 21:04:11 -0400
+++ qt-everywhere-opensource-src-4.8.3/src/dbus/dbus.pro	2013-07-13 21:06:25 -0400
@@ -20,6 +20,7 @@
         QtXml
 }
 win32 { 
+    PKGCONFIG += dbus-1
     wince*:LIBS_PRIVATE += -lws2
     else:LIBS_PRIVATE += -lws2_32 \
         -ladvapi32 \