[jhbuild] core-latest: Switch PackageKit to meson



commit 1e579d758499849d03a2309462e4978956ce9cdd
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Jan 15 18:55:35 2020 +0100

    core-latest: Switch PackageKit to meson

 modulesets/gnome-suites-core-latest.modules | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-latest.modules b/modulesets/gnome-suites-core-latest.modules
index 23688ae4..a86038cc 100644
--- a/modulesets/gnome-suites-core-latest.modules
+++ b/modulesets/gnome-suites-core-latest.modules
@@ -1293,12 +1293,9 @@
   </autotools>
 
   <!-- Vala disabled for https://github.com/hughsie/PackageKit/issues/212 -->
-  <autotools id="PackageKit" autogenargs="--disable-vala --disable-tests --disable-qt 
--disable-browser-plugin --disable-bash-completion --with-systemdsystemunitdir=no" 
makeargs="CFLAGS=-Wno-error">
+  <meson id="PackageKit" mesonargs="-Dbash_completion=false -Dsystemdsystemunitdir=no">
     <if condition-unset="linux">
-      <autogenargs value="--disable-systemd --disable-systemd-updates"/>
-    </if>
-    <if condition-set="bsd">
-      <autogenargs value="--enable-ports"/>
+      <autogenargs value="-Dsystemd=false -Doffline-update=false"/>
     </if>
 
     <branch repo="github.com" module="hughsie/PackageKit.git"/>
@@ -1320,7 +1317,7 @@
         <dep package="libgudev"/>
       </if>
     </suggests>
-  </autotools>
+  </meson>
 
   <meson id="pipewire"
           mesonargs="-Dpipewire-jack=false -Djack=false -Dvulkan=false">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]