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>
Sat, 23 Mar 2019 23:15:11 +0000 (23:15 +0000)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Add-debian-extra-stuff-to-upstream-build-system-dire.patch

moz.build

index 59639925b684abce08cb6fb0b6d24a7f0c92bd9e..9caabc14bafdb2d68286300f1a857de5e7cc75a0 100644 (file)
--- 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')