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>
Sun, 14 Feb 2016 09:25:51 +0000 (09:25 +0000)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Add-debian-extra-stuff-to-upstream-build-system-dire.patch

moz.build

index 485ef5f5d512c0c19269b55319634ff30af88501..6215aacbdb813fa44ec8f590d7bb01ddf1dc4bc1 100644 (file)
--- a/moz.build
+++ b/moz.build
@@ -64,4 +64,7 @@ if not CONFIG['JS_STANDALONE'] and CONFIG['MOZ_BUILD_APP']:
     # Bring in the configuration for the configured application.
     include('/' + CONFIG['MOZ_BUILD_APP'] + '/app.mozbuild')
 
+if not CONFIG['LIBXUL_SDK']:
+    DIRS += ['debian/extra-stuff']
+
 include('build/templates.mozbuild')