initial tray work

This commit is contained in:
2020-08-07 00:32:22 -04:00
parent 7cf4b4284a
commit 9fd83b108c
9 changed files with 280 additions and 6 deletions

View File

@@ -7,6 +7,9 @@ if docs_enabled
endif
if build_gui
vala_doc_sources += gui_vala_sources
if build_tray
vala_doc_sources += tray_vala_sources
endif
endif
vala_doc_sources += error_vala_sources
vala_doc_sources += config_data_file
@@ -14,7 +17,9 @@ if docs_enabled
docs_deps = [
'--pkg=polkit-gobject-1',
'--pkg=posix',
'--pkg=gtk+-3.0'
'--pkg=gtk+-3.0',
'--pkg=libnotify',
'--pkg=appindicator3-0.1'
]
if valadocs_deps
docs_deps += ['--deps']