13 lines
501 B
Diff
13 lines
501 B
Diff
|
diff -up PyQt5_gpl-5.6/configure.py.dbus PyQt5_gpl-5.6/configure.py
|
||
|
--- PyQt5_gpl-5.6/configure.py.dbus 2016-04-24 22:16:43.120281591 -0500
|
||
|
+++ PyQt5_gpl-5.6/configure.py 2016-04-25 10:16:52.465218805 -0500
|
||
|
@@ -2141,7 +2141,7 @@ def check_dbus(target_config, verbose):
|
||
|
else:
|
||
|
dlist = target_config.dbus_inc_dirs
|
||
|
|
||
|
- target_config.dbus_inc_dirs = []
|
||
|
+ #target_config.dbus_inc_dirs = []
|
||
|
|
||
|
for d in dlist:
|
||
|
if os.access(os.path.join(d, 'dbus', 'dbus-python.h'), os.F_OK):
|