diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-08-15 16:59:45 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-15 08:31:23 -0700 |
| commit | 71e9bd8bca40f6079878849ed68f6c7e9a0a2ec1 (patch) | |
| tree | 49c2ae0668f901448230de5dd23ec0b68fcf6b7e | |
| parent | e84dbcc3816661b602d5c324fa5a7d93ebe326f6 (diff) | |
| download | meta-openembedded-71e9bd8bca40f6079878849ed68f6c7e9a0a2ec1.tar.gz | |
libnice: add graphviz-native dependency
If building the api-documentation libnice requests dot or the build fails with:
| ../libnice-0.1.21/docs/reference/libnice/meson.build:70:0: ERROR: Program 'dot' not found or not executable
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/farsight/libnice_0.1.21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/farsight/libnice_0.1.21.bb b/meta-oe/recipes-support/farsight/libnice_0.1.21.bb index f319b994bd..4a5227f206 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.1.21.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.1.21.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz \ | |||
| 12 | file://0001-agent-meson-Replace-filename-with-basename.patch" | 12 | file://0001-agent-meson-Replace-filename-with-basename.patch" |
| 13 | SRC_URI[sha256sum] = "72e73a2acf20f59093e21d5601606e405873503eb35f346fa621de23e99b3b39" | 13 | SRC_URI[sha256sum] = "72e73a2acf20f59093e21d5601606e405873503eb35f346fa621de23e99b3b39" |
| 14 | 14 | ||
| 15 | DEPENDS = "glib-2.0 gnutls" | 15 | DEPENDS = "glib-2.0 gnutls ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'graphviz-native', '', d)}" |
| 16 | 16 | ||
| 17 | PACKAGECONFIG[gupnp] = "-Dgupnp=enabled,-Dgupnp=disabled,gupnp" | 17 | PACKAGECONFIG[gupnp] = "-Dgupnp=enabled,-Dgupnp=disabled,gupnp" |
| 18 | PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0" | 18 | PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0" |
