json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / desktop / gnome2 / dconf / patches / 02-dbus-daemon.patch
blobaa9edd12412a27894294c968046dbcee6b57d52a
1 dbus-daemon is in /usr/lib/
3 Not suitable for upstream
5 --- a/tests/meson.build 2019-12-04 10:49:09.404834167 -0800
6 +++ b/tests/meson.build 2019-12-04 10:49:29.858444080 -0800
7 @@ -49,7 +49,7 @@
8 endforeach
10 python3 = find_program('python3', required: false)
11 -dbus_daemon = find_program('dbus-daemon', required: false)
12 +dbus_daemon = find_program('/usr/libexec/dbus-daemon', required: false)
14 if python3.found() and dbus_daemon.found()
15 test_dconf_py = find_program('test-dconf.py')