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:
5fe2518
)
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>
Tue, 28 Jul 2020 22:23:16 +0000
(23:23 +0100)
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 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')