commit: c6a46f007bafd02166809617b399c3aad6189eba Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Mon May 6 11:46:10 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon May 6 11:46:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6a46f00
media-sound/lms: update CMake option name Signed-off-by: David Roman <davidroman96 <AT> gmail.com> media-sound/lms/lms-3.53.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/lms/lms-3.53.0.ebuild b/media-sound/lms/lms-3.53.0.ebuild index 2b015ca02d..39d6e350f5 100644 --- a/media-sound/lms/lms-3.53.0.ebuild +++ b/media-sound/lms/lms-3.53.0.ebuild @@ -45,7 +45,7 @@ src_configure() { append-flags -I/usr/include/stb/deprecated local mycmakeargs=( - -DIMAGE_LIBRARY=$(usex stb STB GraphicsMagick++) + -DLMS_IMAGE_BACKEND=$(usex stb stb graphicsmagick) -DENABLE_TESTS=$(usex test) )