1
0
Fork 0
firefox/debian/patches/debian-hacks/Add-debian-extra-stuff-to-upstream-build-system-dire.patch
Daniel Baumann 8baeab6532
Adding debian version 140.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:41:39 +02:00

20 lines
538 B
Diff

From: Mike Hommey <mh@glandium.org>
Date: Mon, 16 Dec 2013 10:53:58 +0900
Subject: Add debian/extra-stuff to upstream build system directory traversal
---
moz.build | 3 +++
1 file changed, 3 insertions(+)
diff --git a/moz.build b/moz.build
index a931749..adcaaf0 100644
--- a/moz.build
+++ b/moz.build
@@ -231,4 +231,7 @@ SPHINX_TREES["content-security"] = "docs/content-security"
SPHINX_TREES["jsloader"] = "docs/jsloader"
+if not CONFIG["LIBXUL_SDK"]:
+ DIRS += ["debian/extra-stuff"]
+
include("build/templates.mozbuild")