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>
Tue, 2 Jun 2020 21:11:28 +0000 (22:11 +0100)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Add-debian-extra-stuff-to-upstream-build-system-dire.patch

moz.build

index 23bca4911e5f17d72cab82effbbc2f1873b8bccb..3b667670b99b4c976800cd28014fdac27115ae58 100644 (file)
--- 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')