Files
2021-03-19 07:59:46 -04:00

12 lines
568 B
Diff

--- configure.py.orig 2021-03-05 04:57:14.000000000 -0500
+++ configure.py 2021-03-18 22:13:16.000000000 -0400
@@ -2314,7 +2314,7 @@
# Instead we look where DBus itself is installed - which in most cases will
# be where dbus-python is also installed.
if target_config.pydbus_inc_dir != '':
- target_config.dbus_inc_dirs = [target_config.pydbus_inc_dir]
+ target_config.dbus_inc_dirs.append(target_config.pydbus_inc_dir)
for d in target_config.dbus_inc_dirs:
if os.access(os.path.join(d, 'dbus', 'dbus-python.h'), os.F_OK):