From b413a01218f13563ea8d25176305a8978141bca6 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 59639925b68..9caabc14baf 100644 --- a/moz.build +++ b/moz.build @@ -129,4 +129,7 @@ else: CONFIGURE_SUBST_FILES += ['.cargo/config'] +if not CONFIG['LIBXUL_SDK']: + DIRS += ['debian/extra-stuff'] + include('build/templates.mozbuild') -- 2.30.2