From 59f82b7a729acd0a2fc3fe177e0ddd6cd433fb14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 10 Feb 2024 10:09:32 +0100 Subject: Bump liberty, set the window icon --- CMakeLists.txt | 2 +- README.adoc | 3 ++- liberty | 2 +- 3 files changed, 4 insertions(+), 3 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 index cb9d162..1966b81 160000 --- a/liberty +++ b/liberty @@ -1 +1 @@ -Subproject commit cb9d162a265e9e7b86bec92051f40374e79b7a51 +Subproject commit 1966b81b4d51998666c81e4618d42c25712f17a1 -- cgit v1.2.3