Port to GTK4, start implementation of Local Music view, Artist and Album Views.

This commit is contained in:
Joshua Strobl 2021-02-24 20:17:18 +02:00
parent 8948a8ec9f
commit 588a68b2cc
28 changed files with 1103 additions and 270 deletions

View file

@ -27,6 +27,6 @@ subdir('po')
gnome.post_install(
glib_compile_schemas: true,
gtk_update_icon_cache: true
gtk_update_icon_cache: false
)
meson.add_install_script('build-aux/meson/postinstall.py')