Add debian/extra-stuff to upstream build system directory traversal
authorMike Hommey <mh@glandium.org>
Mon, 16 Dec 2013 01:53:58 +0000 (10:53 +0900)
committerMike Hommey <glandium@debian.org>
Tue, 3 Sep 2024 20:28:04 +0000 (05:28 +0900)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Add-debian-extra-stuff-to-upstream-build-system-dire.patch

moz.build

index e33ad8e4a082ad65be0ddee1ab70e341b305a205..e14428ce76c16d201e67d0c1fa927433d31f5af1 100644 (file)
--- a/moz.build
+++ b/moz.build
@@ -213,4 +213,7 @@ SPHINX_TREES["mots"] = "docs/mots"
 
 SPHINX_TREES["update-infrastructure"] = "docs/update-infrastructure"
 
+if not CONFIG["LIBXUL_SDK"]:
+    DIRS += ["debian/extra-stuff"]
+
 include("build/templates.mozbuild")