mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
gnome-console: Add missing dependency on gtk4-native
gtk4-native provided gtk-update-icon-cache fixes | ../gnome-console-45.0/meson.build:137:6: ERROR: Program 'gtk-update-icon-cache' not found or not executable Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
This commit is contained in:
@@ -7,9 +7,9 @@ inherit gnomebase gsettings pkgconfig gtk-icon-cache
|
|||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
desktop-file-utils-native \
|
desktop-file-utils-native \
|
||||||
|
gtk4-native \
|
||||||
glib-2.0 \
|
glib-2.0 \
|
||||||
gsettings-desktop-schemas \
|
gsettings-desktop-schemas \
|
||||||
gtk4 \
|
|
||||||
hicolor-icon-theme \
|
hicolor-icon-theme \
|
||||||
libadwaita \
|
libadwaita \
|
||||||
libgtop \
|
libgtop \
|
||||||
|
|||||||
Reference in New Issue
Block a user