[jhbuild] core-deps-latest: Drop 'enable' and 'with' prefixes in colord options



commit 1ccf9f6a4fa3214cdb8cb9218bfc8f0ef8c1f7bf
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Sat Apr 21 12:32:09 2018 +0800

    core-deps-latest: Drop 'enable' and 'with' prefixes in colord options

 modulesets/gnome-suites-core-deps-latest.modules |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules 
b/modulesets/gnome-suites-core-deps-latest.modules
index 95ab85a..610641b 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -286,17 +286,17 @@ the module and we will just change it to use a tarball anyway.
   </autotools>
 
   <meson id="colord"
-         mesonargs="-Denable-bash-completion=false -Denable-vala=true">
+         mesonargs="-Dbash_completion=false -Dvapi=true">
     <if condition-unset="systemd">
-      <mesonargs value="-Denable-systemd=false"/>
+      <mesonargs value="-Dsystemd=false"/>
     </if>
     <if condition-unset="linux">
-      <mesonargs value="-Denable-udev-rules=false"/>
+      <mesonargs value="-Dudev_rules=false"/>
     </if>
     <if condition-unset="udev-hwdb">
       <!-- Setting the path of pnp.ids file is required to disable hwdb -->
       <if condition-set="freebsd">
-        <mesonargs value="-Dwith-pnp-ids=/usr/local/share/pnpids/pnp.ids"/>
+        <mesonargs value="-Dpnp_ids=/usr/local/share/pnpids/pnp.ids"/>
       </if>
     </if>
     <branch repo="github.com" checkoutdir="colord" module="hughsie/colord.git"/>


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