mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 14:33:28 +02:00
2020-04-08 Fred Gleason <fredg@paravelsystems.com>
* Changed the error message rendered when 'configure' fails to detect one or more of the MusicBrainz dependencies to be less ambiguous.
This commit is contained in:
parent
818a541190
commit
876667ae7d
@ -19769,3 +19769,7 @@
|
|||||||
2020-04-08 Patrick Linstruth <patrick@deltecent.com>
|
2020-04-08 Patrick Linstruth <patrick@deltecent.com>
|
||||||
* Modified rdlogmanager(1) to disable merge buttons if the selected
|
* Modified rdlogmanager(1) to disable merge buttons if the selected
|
||||||
log does not contain any import links.
|
log does not contain any import links.
|
||||||
|
2020-04-08 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Changed the error message rendered when 'configure' fails to
|
||||||
|
detect one or more of the MusicBrainz dependencies to be less
|
||||||
|
ambiguous.
|
||||||
|
@ -237,7 +237,7 @@ fi
|
|||||||
# Check for MusicBrainz support libraries
|
# Check for MusicBrainz support libraries
|
||||||
# (libdiscid, libmusicbrainz and libcoverart)
|
# (libdiscid, libmusicbrainz and libcoverart)
|
||||||
#
|
#
|
||||||
PKG_CHECK_MODULES(MUSICBRAINZ,libdiscid libmusicbrainz5 libcoverart,,[AC_MSG_ERROR([*** LibMusicBrainz not found ***])])
|
PKG_CHECK_MODULES(MUSICBRAINZ,libdiscid libmusicbrainz5 libcoverart,,[AC_MSG_ERROR([*** One or more MusicBrainz libraries not found ***])])
|
||||||
|
|
||||||
#
|
#
|
||||||
# Check for Id3Lib
|
# Check for Id3Lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user