diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-03-17 12:07:57 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-03-18 12:52:06 -0400 |
commit | a0cade8f1d1470cf3203baae16d181eb4df8e9fe (patch) | |
tree | c19674744e7255a2fe8fbb7f111068a162170778 /docs/genrefman.py | |
parent | 041c372048130cd54a6430f33f6a927e556554dd (diff) | |
download | meson-a0cade8f1d1470cf3203baae16d181eb4df8e9fe.zip meson-a0cade8f1d1470cf3203baae16d181eb4df8e9fe.tar.gz meson-a0cade8f1d1470cf3203baae16d181eb4df8e9fe.tar.bz2 |
gnome module: fix incorrect lookup of nonexistent dependencies in post_install
While gtk+-3.0 / gtk4 do exist, they have never provided the location of
the gtk-update-icon-cache program as a pkgconfig variable. Trying to
find one anyway, resulted in two things happening:
- a useless dep lookup
- a fatal-meson-warnings error and build failure because the
get_pkgconfig_variable() in question never existed
The desktop-file-utils package is a package solely providing some
command line programs, and has never provided a pkg-config file in the
first place, so this always logged that the dependency was not found and
fell back to normal find_program_impl(), although without
fatal-meson-warnings build errors.
Fixes #10139
Diffstat (limited to 'docs/genrefman.py')
0 files changed, 0 insertions, 0 deletions