[jhbuild] core-deps-latest: Use Meson for Tracker



commit 611528318c11d6d5f4ff8c450820aa6a4e489c48
Author: Ernestas Kulik <ernestask gnome org>
Date:   Fri Jul 27 23:47:32 2018 +0300

    core-deps-latest: Use Meson for Tracker

 modulesets/gnome-suites-core-deps-latest.modules | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules 
b/modulesets/gnome-suites-core-deps-latest.modules
index 03a9d379..1b2c6444 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -1866,10 +1866,8 @@ the module and we will just change it to use a tarball anyway.
     </suggests>
   </meson>
 
-  <autotools id="tracker"
-             autogenargs="--with-unicode-support=libicu 
--with-bash-completion-dir=${prefix}/share/bash-completion/completions"
-             check-target="false"
-             supports-non-srcdir-builds="no">
+  <meson id="tracker"
+         mesonargs="-Dunicode_support=icu -Dbash_completion=${prefix}/share/bash-completion/completions">
     <branch repo="gitlab.gnome.org"
             checkoutdir="tracker"
             module="GNOME/tracker.git"/>
@@ -1889,7 +1887,7 @@ the module and we will just change it to use a tarball anyway.
         <dep package="NetworkManager"/>
       </if>
     </suggests>
-  </autotools>
+  </meson>
 
   <autotools id="tracker-miners"
              check-target="false"


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