mirror of https://github.com/GNOME/gimp.git
configure.ac: also check for gtk-update-icon-cache-3.0
not only gtk-update-icon-cache, the exacutable name seems to depend on how GTK is built and packaged.
This commit is contained in:
parent
a14834e336
commit
df0c659f8b
|
@ -817,7 +817,7 @@ PKG_CHECK_MODULES(GTK, gtk+-3.0 >= gtk_required_version,,
|
|||
[add_deps_error([gtk+-3.0 >= gtk_required_version],
|
||||
[Test for GTK+ failed.])])
|
||||
|
||||
AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache, no)
|
||||
AC_PATH_PROGS(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache-3.0 gtk-update-icon-cache, no)
|
||||
if test "x$GTK_UPDATE_ICON_CACHE" = xno; then
|
||||
add_deps_error([gtk-update-icon-cache],
|
||||
[Could not find gtk-update-icon-cache in your PATH.])
|
||||
|
|
Loading…
Reference in New Issue