projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d2a5d
)
Add debian/extra-stuff to upstream build system directory traversal
author
Mike Hommey
<mh@glandium.org>
Mon, 16 Dec 2013 01:53:58 +0000
(10:53 +0900)
committer
Mike Hommey
<glandium@debian.org>
Thu, 14 Feb 2019 09:35:06 +0000
(09:35 +0000)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Add-debian-extra-stuff-to-upstream-build-system-dire.patch
moz.build
patch
|
blob
|
history
diff --git
a/moz.build
b/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')