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, 23 Feb 2021 21:29:25 +0000 (21:29 +0000)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Add-debian-extra-stuff-to-upstream-build-system-dire.patch

moz.build

index 6fe2e88d14a7a5949bdd498366fa4bb81d630e45..a1c49dfd3f933efe39ea5d4fd1b3658da178bb7c 100644 (file)
--- a/moz.build
+++ b/moz.build
@@ -199,4 +199,7 @@ SPHINX_TREES['bug-mgmt'] = 'docs/bug-mgmt'
 
 SPHINX_TREES['setup'] = 'docs/setup'
 
+if not CONFIG['LIBXUL_SDK']:
+    DIRS += ['debian/extra-stuff']
+
 include('build/templates.mozbuild')