diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-02-10 10:09:32 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-02-10 10:09:32 +0100 |
commit | 59f82b7a729acd0a2fc3fe177e0ddd6cd433fb14 (patch) | |
tree | b6a366eb665559436e94f2288732ee3ddb909053 | |
parent | 8bcdb0afd5045d30b98798d6a623b7d4f163ef88 (diff) | |
download | nncmpp-59f82b7a729acd0a2fc3fe177e0ddd6cd433fb14.tar.gz nncmpp-59f82b7a729acd0a2fc3fe177e0ddd6cd433fb14.tar.xz nncmpp-59f82b7a729acd0a2fc3fe177e0ddd6cd433fb14.zip |
Bump liberty, set the window icon
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.adoc | 3 | ||||
m--------- | liberty | 0 |
3 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dd1ee1f..70ea09f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ if (WITH_PULSE) list (APPEND extra_libraries ${libpulse_LIBRARIES}) endif () -pkg_check_modules (x11 x11 xrender xft fontconfig) +pkg_check_modules (x11 x11 xrender xft fontconfig libpng) add_option (WITH_X11 "Build with X11 support" "${x11_FOUND}") if (WITH_X11) if (NOT x11_FOUND) diff --git a/README.adoc b/README.adoc index 312addb..4e4dcd3 100644 --- a/README.adoc +++ b/README.adoc @@ -44,7 +44,8 @@ Build-only dependencies: CMake, pkg-config, awk, liberty (included), termo (included), asciidoctor or asciidoc (recommended but optional), rsvg-convert (X11) + Runtime dependencies: ncursesw, libunistring, cURL + -Optional runtime dependencies: fftw3, libpulse, x11, xft, Perl + cURL (lyrics) +Optional runtime dependencies: fftw3, libpulse, x11 + xft + libpng (X11), + + Perl + cURL (lyrics) $ git clone --recursive https://git.janouch.name/p/nncmpp.git $ mkdir nncmpp/build diff --git a/liberty b/liberty -Subproject cb9d162a265e9e7b86bec92051f40374e79b7a5 +Subproject 1966b81b4d51998666c81e4618d42c25712f17a |