You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/libnice/files/libnice-0.1.19-remove-graph...

31 lines
1.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

From 42b2ca76d0b3b044ca3ada05f5200becc61aeedd Mon Sep 17 00:00:00 2001
From: Alfred Wingate <parona@protonmail.com>
Date: Wed, 2 Aug 2023 00:16:29 +0300
Subject: [PATCH] Remove unnecessary target with unecessary dependency
* The generated file is included in the repository and the source files
hasn't been modified since it was added.
https://bugs.gentoo.org/877451
https://bugs.gentoo.org/889820
--- a/docs/reference/libnice/meson.build
+++ b/docs/reference/libnice/meson.build
@@ -63,14 +63,3 @@ gnome.gtkdoc('libnice',
],
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')])
--
2.41.0