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:
ecd9c32
)
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, 23 Jul 2024 23:00:28 +0000
(08:00 +0900)
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 e33ad8e4a082ad65be0ddee1ab70e341b305a205..e14428ce76c16d201e67d0c1fa927433d31f5af1 100644
(file)
--- a/
moz.build
+++ b/
moz.build
@@
-213,4
+213,7
@@
SPHINX_TREES["mots"] = "docs/mots"
SPHINX_TREES["update-infrastructure"] = "docs/update-infrastructure"
+if not CONFIG["LIBXUL_SDK"]:
+ DIRS += ["debian/extra-stuff"]
+
include("build/templates.mozbuild")