diff options
Diffstat (limited to 'meta/classes-recipe/gtk-icon-cache.bbclass')
-rw-r--r-- | meta/classes-recipe/gtk-icon-cache.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/gtk-icon-cache.bbclass b/meta/classes-recipe/gtk-icon-cache.bbclass index 17c7eb7a33..9ecb49916c 100644 --- a/meta/classes-recipe/gtk-icon-cache.bbclass +++ b/meta/classes-recipe/gtk-icon-cache.bbclass | |||
@@ -9,7 +9,7 @@ FILES:${PN} += "${datadir}/icons/hicolor" | |||
9 | GTKIC_VERSION ??= '3' | 9 | GTKIC_VERSION ??= '3' |
10 | 10 | ||
11 | GTKPN = "${@ 'gtk4' if d.getVar('GTKIC_VERSION') == '4' else 'gtk+3' }" | 11 | GTKPN = "${@ 'gtk4' if d.getVar('GTKIC_VERSION') == '4' else 'gtk+3' }" |
12 | GTKIC_CMD = "${@ 'gtk-update-icon-cache-3.0.0' if d.getVar('GTKIC_VERSION') == '4' else 'gtk4-update-icon-cache' }" | 12 | GTKIC_CMD = "${@ 'gtk4-update-icon-cache' if d.getVar('GTKIC_VERSION') == '4' else 'gtk-update-icon-cache-3.0' }" |
13 | 13 | ||
14 | #gtk+3/gtk4 require GTK3DISTROFEATURES, DEPENDS on it make all the | 14 | #gtk+3/gtk4 require GTK3DISTROFEATURES, DEPENDS on it make all the |
15 | #recipes inherit this class require GTK3DISTROFEATURES | 15 | #recipes inherit this class require GTK3DISTROFEATURES |