Skip to content

Commit 3a6cb5b

Browse files
committed
build: Install wcm.svg to the expected location
Install wcm.svg to $prefix/share/icons/hicolor/scalable/apps/ directory. Fixes #117.
1 parent d7e3d67 commit 3a6cb5b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

icons/desktop/meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
install_data('wcm.svg', install_dir: join_paths(share_dir, 'icons'))
2-
install_data('wcm.svg', install_dir: join_paths(share_dir, 'wcm', 'icons'))
1+
install_data('wcm.svg', install_dir: join_paths(share_dir, 'icons', 'hicolor', 'scalable', 'apps'))

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ wayfire_sysconf_dir = wayfire.get_variable(pkgconfig: 'sysconfdir')
1515

1616
share_dir = join_paths(get_option('prefix'), 'share')
1717
wayfire_locale_dir = join_paths(share_dir, 'locale')
18-
wcm_icon_dir = join_paths(share_dir, 'wcm', 'icons')
18+
wcm_icon_dir = join_paths(share_dir, 'icons', 'hicolor', 'scalable', 'apps')
1919
wayfire_icon_dir = wayfire.get_variable(pkgconfig: 'icondir')
2020

2121
add_global_arguments('-DWAYFIRE_METADATADIR="' + wayfire_metadata_dir + '"', language : 'cpp')

0 commit comments

Comments
 (0)