From 7c3a54e7ce0fb523ff4b6ec38969f8049e473d1f Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 16 Feb 2024 23:11:23 +0800 Subject: themes/eOS/meson.build: Install missing PNGs Follow-up of 4a2a5dc092814bfe ("eOS theme: Add single button backgrounds") Without this fix these PNGs are installed when using autotools but not using meson. --- src/themes/eOS/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/themes/eOS') diff --git a/src/themes/eOS/meson.build b/src/themes/eOS/meson.build index 44773402..4f46248b 100644 --- a/src/themes/eOS/meson.build +++ b/src/themes/eOS/meson.build @@ -18,6 +18,8 @@ install_data( 'trough_middle_unfocused.png', 'trough_right.png', 'trough_right_unfocused.png', + 'trough_single.png', + 'trough_single_unfocused.png', 'unmaximize.png', 'unmaximize_unfocused_over.png', 'unmaximize_unfocused.png', -- cgit v1.2.1