From 8376ae9c4a6587cb664c353c1649fad666e1fbf2 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sat, 20 Nov 2021 20:55:24 +0100 Subject: Add some custom action buttons to the sidebar So far they're inactive, and do not do anything. Change the icon for the current directory to stand out. --- meson.build | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 61f3f52..970f81a 100644 --- a/meson.build +++ b/meson.build @@ -36,8 +36,15 @@ configure_file( configuration : conf, ) +gnome = import('gnome') +resources = gnome.compile_resources('resources', + 'resources/resources.gresource.xml', + source_dir : 'resources', + c_name : 'resources', +) + exe = executable('fastiv', 'fastiv.c', 'fastiv-view.c', 'fastiv-io.c', - 'fastiv-browser.c', 'fastiv-sidebar.c', 'xdg.c', + 'fastiv-browser.c', 'fastiv-sidebar.c', 'xdg.c', resources, install : true, dependencies : [dependencies]) -- cgit v1.2.3-54-g00ecf