summaryrefslogtreecommitdiff
path: root/net-libs/libnice/libnice-0.1.19-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-13 05:50:34 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-13 05:50:34 +0100
commit4b718beb7d5fd4e0b5d741ff3a4c5c570519195e (patch)
treeeb9b412ce4b9457ccbb2a6481d80e5f407fdd499 /net-libs/libnice/libnice-0.1.19-r1.ebuild
parent241157fae4eae88cefc48b4644bad8b9e53583dc (diff)
gentoo auto-resync : 13:05:2023 - 05:50:34
Diffstat (limited to 'net-libs/libnice/libnice-0.1.19-r1.ebuild')
-rw-r--r--net-libs/libnice/libnice-0.1.19-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/libnice/libnice-0.1.19-r1.ebuild b/net-libs/libnice/libnice-0.1.19-r1.ebuild
index 391588680d11..9c5c64599217 100644
--- a/net-libs/libnice/libnice-0.1.19-r1.ebuild
+++ b/net-libs/libnice/libnice-0.1.19-r1.ebuild
@@ -11,7 +11,8 @@ SRC_URI="https://libnice.freedesktop.org/releases/${P}.tar.gz"
LICENSE="|| ( MPL-1.1 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="+gnutls gtk-doc +introspection +upnp"
+IUSE="+gnutls gtk-doc +introspection test +upnp"
+RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/glib-2.54:2[${MULTILIB_USEDEP}]
@@ -42,6 +43,7 @@ multilib_src_configure() {
-Dgstreamer=disabled
-Dcrypto-library=$(usex gnutls gnutls openssl)
$(meson_native_use_feature introspection)
+ $(meson_feature test tests)
$(meson_feature upnp gupnp)
$(meson_native_use_feature gtk-doc gtk_doc)
)