From 215f856b57ab1dab66fc412350d35dba66f73da4 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 23bca4911e5..3b667670b99 100644 --- a/moz.build +++ b/moz.build @@ -139,4 +139,7 @@ else: CONFIGURE_SUBST_FILES += ['.cargo/config'] +if not CONFIG['LIBXUL_SDK']: + DIRS += ['debian/extra-stuff'] + include('build/templates.mozbuild') -- 2.30.2