summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-10-28 18:19:41 +0200
committerBastien Nocera <hadess@hadess.net>2021-10-28 18:19:41 +0200
commit977a90f012915f874e3412f9d5f77ec3cdb6db53 (patch)
tree185d12c123209501011648b67613b998a6f9e767 /meson.build
parent3611d57a2bd68e9b23c57b39e2f31064b3137431 (diff)
downloadgnome-bluetooth-977a90f012915f874e3412f9d5f77ec3cdb6db53.tar.gz
icons: Remove bare "bluetooth" icon
It won't be used by anything in GNOME, as we prefer symbolic icons, and Adwaita provide some already.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0d5264b9..99e657a6 100644
--- a/meson.build
+++ b/meson.build
@@ -105,7 +105,6 @@ libudev_dep = dependency('libudev')
m_dep = cc.find_library('m')
-subdir('icons')
subdir('lib')
if get_option('sendto')
subdir('sendto')