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

Jan Steffens heftig at archlinux.org
Sun Sep 1 02:29:12 UTC 2019


    Date: Sunday, September 1, 2019 @ 02:29:12
  Author: heftig
Revision: 505769

drop ninja

Modified:
  cdemu-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-01 02:27:51 UTC (rev 505768)
+++ PKGBUILD	2019-09-01 02:29:12 UTC (rev 505769)
@@ -11,7 +11,7 @@
 url="https://cdemu.sourceforge.io/"
 license=(GPL)
 depends=(dbus vhba-module libao 'libmirage>=3.2.0')
-makedepends=(cmake intltool ninja)
+makedepends=(cmake intltool)
 optdepends=('alsa-lib: to enable the ALSA audio driver'
             'pulseaudio: to enable the PA audio driver')
 backup=(etc/conf.d/cdemu-daemon)
@@ -29,7 +29,7 @@
 }
 
 build() {
-  cmake -H$pkgname-$pkgver -Bbuild -GNinja \
+  cmake -H$pkgname-$pkgver -Bbuild \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=/usr/lib \



More information about the arch-commits mailing list