[glom] xdg-app-builder manifest: avahi: Pass --with-distro=none.



commit 78e102ee84b9115b011792fa81f1abeecca1701e
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Dec 10 17:21:06 2015 +0100

    xdg-app-builder manifest: avahi: Pass --with-distro=none.
    
    Using none should be OK because we don't want the init scripts, etc,
    anyway.

 manifest.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 7120acd..e2d9373 100644
--- a/manifest.json
+++ b/manifest.json
@@ -108,7 +108,7 @@
         },
         {
             "name": "avahi",
-            "config-opts": [ "--disable-documentation" ],
+            "config-opts": [ "--disable-documentation" "--with-distro=none" ],
             "sources": [
                 {
                     "type": "archive",


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