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:
513916d
)
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, 12 Sep 2023 21:24:13 +0000
(22:24 +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 69ab963a167cd51d4e93bdb3e4ec0856bda46056..c28bab22197f24b6aba061f094563ad2e0bd4b80 100644
(file)
--- a/
moz.build
+++ b/
moz.build
@@
-203,4
+203,7
@@
SPHINX_TREES["gtest"] = "docs/gtest"
SPHINX_TREES["nspr"] = "docs/nspr"
+if not CONFIG["LIBXUL_SDK"]:
+ DIRS += ["debian/extra-stuff"]
+
include("build/templates.mozbuild")