Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since Ubuntu 18.04, libgpgme-dev is the real package and libgpgme11-dev is a virtual package provided by it. Apparently LGTM running on Ubuntu 20.04 no longer resolves the virtual package: ``` WARNING: Package 'libgpgme11-dev' requested by configuration file was not found ``` That ends up causing the build to fail: ``` configure: error: Need GPGME_PTHREAD version 1.1.8 or later ```
- Loading branch information