diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-07 11:49:28 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-07 13:00:41 +0200 |
commit | a631738be87d738adcc037defe71abb87435204d (patch) | |
tree | 7f20f73885af348db28073a8008e5069b5c4018a | |
parent | 01082324110bdf857092efae3012a89236bec1b5 (diff) | |
download | ayatana-indicator-session-a631738be87d738adcc037defe71abb87435204d.tar.gz ayatana-indicator-session-a631738be87d738adcc037defe71abb87435204d.tar.bz2 ayatana-indicator-session-a631738be87d738adcc037defe71abb87435204d.zip |
INSTALL.md: Use correct pkg-config library names in build-dependency section.
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,12 +20,12 @@ ## Compile-time build dependencies - gettext (>= 0.18.1.1-10ubuntu3) - - glib2.0 (>= 2.35.4) - - libayatana-common-dev (>= 0.9.1) + - glib-2.0 (>= 2.35.4) + - libayatana-common (>= 0.9.1) - cmake (>= 3.13) - gcovr (>= 2.4) - lcov (>= 1.9) - - googletest (>= 1.6.0) + - gtest (>= 1.6.0) - cppcheck ## Runtime DBus dependencies |