summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2020-05-07 19:26:14 +0100
committerChris Mayo <aklhfex@gmail.com>2020-05-07 19:26:14 +0100
commit5604a210e7f1a0d3472d8a334e5cba4844fc177b (patch)
tree6c81ce0a33b73935d7e613a9da737d8891f42e07
parent34f420cbe1ff3f45fde9179ba07e0259b9ce505b (diff)
downloadgeocode-glib-5604a210e7f1a0d3472d8a334e5cba4844fc177b.tar.gz
build: Install POI icons into the hicolor theme
The gnome theme is defunct.
-rw-r--r--icons/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/meson.build b/icons/meson.build
index 370428a..8d58886 100644
--- a/icons/meson.build
+++ b/icons/meson.build
@@ -15,7 +15,7 @@ foreach icon : public_icons
file = join_paths('maki' , icon)
install_dir = join_paths(get_option('datadir'),
'icons',
- 'gnome',
+ 'hicolor',
'scalable',
'places')