SYNERGY-1061 - Add libnotify on Linux and create notifications (#7055)

* SYNERGY-1061 - Add libnotify on Linux and create notifications

* SYNERGY-1061 - Update changelog

* SYNERGY-1061 - Don't use libnotify for mac builds

* SYNERGY-1061 - Use nullptr instead of 0

* SYNERGY-1061 - Fix CodeQL libs

* SYNERGY-1061 - Remove Ubuntu 19.10 from CI

* SYNERGY-1061 - Destroy notification object when done

Co-authored-by: SerhiiGadzhilov <71632867+SerhiiGadzhilov@users.noreply.github.com>
This commit is contained in:
Igor Sikachyna
2021-07-12 17:10:44 +03:00
committed by GitHub
parent e317569057
commit c87bedf938
6 changed files with 41 additions and 7 deletions

View File

@ -61,6 +61,9 @@ jobs:
devscripts \
qttools5-dev \
qttools5-dev-tools \
libnotify-dev \
libglib2.0-dev \
libgdk-pixbuf2.0-dev \
&& rm -rf /var/lib/apt/lists'
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).