summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Rong <[email protected]>2024-02-16 23:11:23 +0800
committerraveit65 <[email protected]>2024-02-16 21:49:41 +0100
commit7c3a54e7ce0fb523ff4b6ec38969f8049e473d1f (patch)
tree2ba687f92fde88532ca94d62ced0d6b85ef838b9
parentb21f748440662aef8e7e54d27fd618d2274f1024 (diff)
downloadmarco-7c3a54e7ce0fb523ff4b6ec38969f8049e473d1f.tar.bz2
marco-7c3a54e7ce0fb523ff4b6ec38969f8049e473d1f.tar.xz
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.
-rw-r--r--src/themes/eOS/meson.build2
1 files changed, 2 insertions, 0 deletions
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',