1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/community/libnice/libnice-meson-0.58.patch
2021-05-21 14:29:23 -06:00

18 lines
834 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 its not expected to change much, lets 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')])