dev-libs/nativefiledialog-extended: fix typo in comment

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-12-24 11:08:34 -05:00
parent 4b35fe5495
commit 525ce6cf9a

View File

@@ -35,7 +35,7 @@ PATCHES=(
src_configure() {
local mycmakeargs=(
# tests are non-automated examples that open interactive dialogues
# tests are non-automated examples that open interactive dialogs
-DNFD_BUILD_TESTS=no
-DNFD_PORTAL=$(usex desktop-portal)
)