summaryrefslogtreecommitdiffstats
path: root/third_party/prio/README-mozilla
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:22:09 +0000
commit43a97878ce14b72f0981164f87f2e35e14151312 (patch)
tree620249daf56c0258faa40cbdcf9cfba06de2a846 /third_party/prio/README-mozilla
parentInitial commit. (diff)
downloadfirefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz
firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/prio/README-mozilla')
-rw-r--r--third_party/prio/README-mozilla17
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/prio/README-mozilla b/third_party/prio/README-mozilla
new file mode 100644
index 0000000000..f0090e3319
--- /dev/null
+++ b/third_party/prio/README-mozilla
@@ -0,0 +1,17 @@
+This directory contains the Prio source from the upstream repo:
+https://github.com/mozilla/libprio
+
+Current version: 1.6 [commit 52643cefe6662b4099e16a40a057cb60651ab001]
+
+UPDATING:
+
+Our in-tree copy of Prio does not depend on any generated files from the
+upstream build system. Therefore, it should be sufficient to simply overwrite
+the in-tree files one the updated ones from upstream to perform updates.
+
+To simplify this, the in-tree copy can be updated by running
+ sh update.sh
+from within the third_party/libprio directory.
+
+If the collection of source files changes, manual updates to moz.build may be
+needed as we don't use the upstream makefiles.