From 15e10aebd561c313bfd1072e0a9126d9d00ae7d8 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 ed74a554359..bd01ebe95be 100644 --- 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") -- 2.30.2