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 May 2022 21:43:23 +0000 (22:43 +0100)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Add-debian-extra-stuff-to-upstream-build-system-dire.patch

moz.build

index ed74a55435979eb7c97efc56728f59ba3356df57..bd01ebe95be45510d846df1cb32b7c47a68acb2c 100644 (file)
--- a/moz.build
+++ b/moz.build
@@ -199,4 +199,7 @@ SPHINX_TREES["performance"] = "docs/performance"
 
 SPHINX_TREES["metrics"] = "docs/metrics"
 
+if not CONFIG["LIBXUL_SDK"]:
+    DIRS += ["debian/extra-stuff"]
+
 include("build/templates.mozbuild")