[jhbuild] 3.28: Set the path to usb.ids for libgusb on FreeBSD



commit 39c99f3840b7aedc074f123f64b1ded2b3b30139
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Sun Dec 24 18:29:06 2017 +0800

    3.28: Set the path to usb.ids for libgusb on FreeBSD
    
    Although patches allowing building libgusb on FreeBSD are still under
    review, this option is already added and we can use it now.

 modulesets/gnome-suites-core-deps-3.28.modules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.28.modules b/modulesets/gnome-suites-core-deps-3.28.modules
index 1d2acc5..9a8f182 100644
--- a/modulesets/gnome-suites-core-deps-3.28.modules
+++ b/modulesets/gnome-suites-core-deps-3.28.modules
@@ -1251,6 +1251,9 @@ the module and we will just change it to use a tarball anyway.
   </autotools>
 
   <meson id="libgusb">
+    <if condition-set="freebsd">
+      <mesonargs value='-Dusb_ids=/usr/local/share/usbids/usb.ids'/>
+    </if>
     <branch repo="github.com" checkoutdir="libgusb" module="hughsie/libgusb.git"/>
     <dependencies>
       <dep package="glib"/>


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