From 514e29d43a94c346e0ab442797f441e7bcd636af Mon Sep 17 00:00:00 2001 From: Madman10K Date: Sun, 19 May 2024 18:34:07 +0300 Subject: [PATCH] Updated CLI Parser template --- ude-base/templates/untitled-cli-parser.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ude-base/templates/untitled-cli-parser.tmpl b/ude-base/templates/untitled-cli-parser.tmpl index 5b70b1f..ff083e5 100644 --- a/ude-base/templates/untitled-cli-parser.tmpl +++ b/ude-base/templates/untitled-cli-parser.tmpl @@ -11,12 +11,12 @@ SRC_URI="{{ artifacts[0].src_uri }}" LICENSE="MIT" SLOT="0" KEYWORDS="*" -IUSE="unicode" +IUSE="" RESTRICT="" BDEPEND="virtual/pkgconfig" DEPEND="" -RDEPEND="unicode? ( dev-libs/utfcpp )" +RDEPEND="" S="${WORKDIR}" @@ -24,7 +24,6 @@ src_configure() { local mycmakeargs=( -DUIMGUI_INSTALL=ON -DBUILD_VARIANT_VENDOR=OFF - -DWITH_UTF8=$(usex unicode) ) cmake_src_configure