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:
eba9732
)
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, 5 Apr 2022 23:13:44 +0000
(
00:13
+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 ed74a55435979eb7c97efc56728f59ba3356df57..bd01ebe95be45510d846df1cb32b7c47a68acb2c 100644
(file)
--- a/
moz.build
+++ b/
moz.build
@@
-199,4
+199,7
@@
SPHINX_TREES["performance"] = "docs/performance"
SPHINX_TREES["metrics"] = "docs/metrics"
+if not CONFIG["LIBXUL_SDK"]:
+ DIRS += ["debian/extra-stuff"]
+
include("build/templates.mozbuild")