Bump liberty, set the window icon
This commit is contained in:
parent
8bcdb0afd5
commit
59f82b7a72
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
2
liberty
2
liberty
|
@ -1 +1 @@
|
|||
Subproject commit cb9d162a265e9e7b86bec92051f40374e79b7a51
|
||||
Subproject commit 1966b81b4d51998666c81e4618d42c25712f17a1
|
Loading…
Reference in New Issue