[Python-modules-commits] [pyqt5] 01/02: Use all D-Bus include directories returned by pkg-config

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Apr 25 08:21:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository pyqt5.

commit c1ca9b88b7f817506f3967c87a28cc874d064f7f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Apr 25 10:52:59 2016 +0300

    Use all D-Bus include directories returned by pkg-config
---
 configure.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.py b/configure.py
index ca753ee..95e88fc 100644
--- a/configure.py
+++ b/configure.py
@@ -2140,8 +2140,6 @@ def check_dbus(target_config, verbose):
     else:
         dlist = 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):
             if d not in target_config.dbus_inc_dirs:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyqt5.git



More information about the Python-modules-commits mailing list