From 4c494237aa3f5d2263ed20fee34fb467f76968bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sat, 21 May 2022 19:16:28 -0300 Subject: [PATCH] recipes: tde: Turn off hardware library support as this is causing troubles MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This requires more testing and communication with the developers to try to resolve. Signed-off-by: Matías Fonzo --- recipes/tde/tdebase/recipe | 4 ++-- recipes/tde/tdelibs/recipe | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/tde/tdebase/recipe b/recipes/tde/tdebase/recipe index d84ddc3a..a773d906 100644 --- a/recipes/tde/tdebase/recipe +++ b/recipes/tde/tdebase/recipe @@ -19,7 +19,7 @@ set -e program=tdebase version=20220502_cbd6a3e28 -release=1 +release=2 # Define a category for the output of the package name pkgcategory=tde @@ -101,7 +101,7 @@ build() -DWITH_XINERAMA=ON \ -DWITH_SENSORS=ON \ -DWITH_HAL=OFF \ - -DWITH_TDEHWLIB=ON \ + -DWITH_TDEHWLIB=OFF \ -DWITH_XDMCP=ON \ -DWITH_XRENDER=ON \ -DWITH_XTEST=ON \ diff --git a/recipes/tde/tdelibs/recipe b/recipes/tde/tdelibs/recipe index 7338be49..ed0a248d 100644 --- a/recipes/tde/tdelibs/recipe +++ b/recipes/tde/tdelibs/recipe @@ -19,7 +19,7 @@ set -e program=tdelibs version=20220503_32fc7e3e -release=1 +release=2 # Define a category for the output of the package name pkgcategory=tde @@ -92,7 +92,7 @@ build() -DWITH_HSPELL=OFF \ -DDEFAULT_SPELL_CHECKER=ASPELL \ -DWITH_ELFICON=ON \ - -DWITH_TDEHWLIB=ON \ + -DWITH_TDEHWLIB=OFF \ -DWITH_LOGINDPOWER=OFF \ -DWITH_UDEVIL=ON \ -DWITH_UPOWER=OFF \ -- 2.11.4.GIT