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:
1ffadff
)
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 Mar 2021 20:46:46 +0000
(20:46 +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 6fe2e88d14a7a5949bdd498366fa4bb81d630e45..a1c49dfd3f933efe39ea5d4fd1b3658da178bb7c 100644
(file)
--- a/
moz.build
+++ b/
moz.build
@@
-199,4
+199,7
@@
SPHINX_TREES['bug-mgmt'] = 'docs/bug-mgmt'
SPHINX_TREES['setup'] = 'docs/setup'
+if not CONFIG['LIBXUL_SDK']:
+ DIRS += ['debian/extra-stuff']
+
include('build/templates.mozbuild')