summaryrefslogtreecommitdiff
path: root/repo/libnice/libnice-meson-0.58.patch
diff options
context:
space:
mode:
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')])