[arch-commits] Commit in limesuite/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Tue Feb 4 18:15:12 UTC 2020


    Date: Tuesday, February 4, 2020 @ 18:15:10
  Author: ffy00
Revision: 562218

disable evb7com and remote (20.01.0-2)

Modified:
  limesuite/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-04 18:14:35 UTC (rev 562217)
+++ PKGBUILD	2020-02-04 18:15:10 UTC (rev 562218)
@@ -2,7 +2,7 @@
 
 pkgname=limesuite
 pkgver=20.01.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Driver and GUI for LMS7002M-based SDR platforms (LimeSDR, etc.)'
 arch=('x86_64')
 url='https://github.com/myriadrf/LimeSuite'
@@ -33,9 +33,7 @@
     -DCMAKE_SKIP_RPATH=True \
     -DENABLE_DESKTOP=False \
     -DENABLE_SOAPY_LMS7=True \
-    -DENABLE_EVB7COM=True \
     -DENABLE_PCIE_XILLYBUS=True \
-    -DENABLE_REMOTE=True \
     -DENABLE_QUICKTEST=True \
     -DENABLE_MCU_TESTBENCH=True \
     -DENABLE_FTDI=True \
@@ -48,6 +46,9 @@
     -DENABLE_API_DOXYGEN=True \
     -DLIME_SUITE_EXTVER=$pkgver
 
+#    -DENABLE_EVB7COM=True \
+#    -DENABLE_REMOTE=True \
+
   make
 }
 



More information about the arch-commits mailing list