From c09e617f527862aa42eb805b990b96a28f05032b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 29 Sep 2021 01:50:07 +0200 Subject: [PATCH] ArchLinux tdelibs: Enable to build NetworkManager backend for the tdehw library. This relates to issue TDE/tdenetworkmanager#8. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- arch/tde-core/tde-tdelibs/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/tde-core/tde-tdelibs/PKGBUILD b/arch/tde-core/tde-tdelibs/PKGBUILD index 8d645b8e9..759b18d6a 100644 --- a/arch/tde-core/tde-tdelibs/PKGBUILD +++ b/arch/tde-core/tde-tdelibs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=tde-tdelibs pkgver=14.0.10 -pkgrel=1 +pkgrel=2 pkgdesc="Trinity Desktop core libraries and applications" arch=('i686' 'x86_64') url='https://scm.trinitydesktop.org/scm/git/tdelibs' @@ -76,6 +76,7 @@ build() { -DWITH_TDEHWLIB_DAEMONS=ON \ -DWITH_UPOWER=ON \ -DWITH_UDISKS2=ON \ + -DWITH_NETWORK_MANAGER_BACKEND=ON \ -DWITH_LZMA=ON \ -DWITH_XRANDR=ON \ -DWITH_XCOMPOSITE=ON \