RESOLVED FIXED 229031
[GTK] run-gtk-tests always fails to start accessibility daemons
https://bugs.webkit.org/show_bug.cgi?id=229031
Summary [GTK] run-gtk-tests always fails to start accessibility daemons
Carlos Garcia Campos
Reported 2021-08-12 03:53:00 PDT
This is because it uses exec_prefix variable from atspi2 pkg-config file to try to find the executables, but atspi2 pkg-config file doesn't have a exec_prefix variable anymore. It was always set to $prefix, so we can just use prefix varaible instead.
Attachments
Patch (1.77 KB, patch)
2021-08-12 03:55 PDT, Carlos Garcia Campos
mcatanzaro: review+
Carlos Garcia Campos
Comment 1 2021-08-12 03:55:27 PDT
Carlos Garcia Campos
Comment 2 2021-08-12 06:52:39 PDT
Radar WebKit Bug Importer
Comment 3 2021-08-12 06:53:18 PDT
Note You need to log in before you can comment on or make changes to this bug.