summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-05-09 09:32:24 +0000
committerBastien Nocera <hadess@hadess.net>2020-05-09 09:32:24 +0000
commitb47fc823000fb7fcaa933fe9c66280d3f64a15db (patch)
tree6c81ce0a33b73935d7e613a9da737d8891f42e07
parent34f420cbe1ff3f45fde9179ba07e0259b9ce505b (diff)
parent5604a210e7f1a0d3472d8a334e5cba4844fc177b (diff)
downloadgeocode-glib-b47fc823000fb7fcaa933fe9c66280d3f64a15db.tar.gz
Merge branch 'hicolor' into 'master'
build: Install POI icons into the hicolor theme See merge request GNOME/geocode-glib!13
-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')