From 9e17e697f0e6389ee901f2e2b8b9cfedeffff21c Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Mon, 16 Dec 2013 10:53:58 +0900 Subject: [PATCH] Add debian/extra-stuff to upstream build system directory traversal Gbp-Pq: Topic debian-hacks Gbp-Pq: Name Add-debian-extra-stuff-to-upstream-build-system-dire.patch --- moz.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/moz.build b/moz.build index 9db27fd056f..8bca49079b7 100644 --- a/moz.build +++ b/moz.build @@ -219,4 +219,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") -- 2.30.2