summaryrefslogtreecommitdiff
path: root/repo/libnice/libnice-meson-0.58.patch
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-06-06 21:25:48 +0000
committerdavidovski <david@davidovski.xyz>2022-06-06 21:25:48 +0000
commitccc722b7ed330198d82a3cf28ead76d6d107a70a (patch)
tree7611b3cc4f3ca681524fa28b174a0253eb802e0e /repo/libnice/libnice-meson-0.58.patch
parent9ee32689f0b57b9e1de6d22c84ce8e3700b6122b (diff)
added java
Diffstat (limited to 'repo/libnice/libnice-meson-0.58.patch')
-rw-r--r--repo/libnice/libnice-meson-0.58.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/repo/libnice/libnice-meson-0.58.patch b/repo/libnice/libnice-meson-0.58.patch
new file mode 100644
index 0000000..a8ef9c5
--- /dev/null
+++ b/repo/libnice/libnice-meson-0.58.patch
@@ -0,0 +1,18 @@
+diff -urN libnice-0.1.18.orig/docs/reference/libnice/meson.build libnice-0.1.18/docs/reference/libnice/meson.build
+--- libnice-0.1.18.orig/docs/reference/libnice/meson.build 2021-05-21 14:28:05.745156826 -0600
++++ libnice-0.1.18/docs/reference/libnice/meson.build 2021-05-21 14:28:25.091881508 -0600
+@@ -63,14 +63,3 @@
+ ],
+ install: true,
+ check: true)
+-
+-# If we ever need to regenerate this diagram.
+-# Since it’s not expected to change much, let’s not depend on GraphViz to
+-# build the docs (that's also why we don't use find_program('dot') here)
+-run_target('update-states.png',
+- command: ['dot',
+- '-Tpng',
+- '-o', join_paths(meson.current_source_dir(), 'states.png'),
+- '-Gsize=9.6,2.9!',
+- '-Gdpi=200',
+- files('states.gv')])