mu: install mu-icon

Not the best icon in the world, but have to start somewhere. It's
obviously based on Emacs' official icon.
This commit is contained in:
Dirk-Jan C. Binnema
2026-08-03 21:37:51 +03:00
committed by Seth Ladygo
parent ac52584562
commit f763e7b3bc
3 changed files with 329 additions and 0 deletions

View File

@ -39,6 +39,9 @@ datadir = prefixdir / get_option('datadir')
mandir = prefixdir / get_option('mandir')
infodir = prefixdir / get_option('infodir')
svgicondir = datadir / 'icons' / 'hicolor' / 'scalable' / 'apps'
muiconpath = svgicondir / 'mu-icon.svg'
# allow for configuring lispdir, as with autotools.
if get_option('lispdir') == ''
mu4e_lispdir= datadir / 'emacs' / 'site-lisp' / 'mu4e'
@ -327,6 +330,7 @@ install_data('NEWS.org', 'IDEAS.org',
################################################################################
# subdirs
subdir('assets')
subdir('lib')
# dummy-dep.