summaryrefslogtreecommitdiff
path: root/net-libs/neatvnc/neatvnc-0.2.0.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-09-02 09:46:26 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-09-02 09:46:26 -0400
commitebf75ea74c972091d1b2681957f2df6b8ba59d4b (patch)
tree911e57adbe33631c1a21eca9aa59595eff5fc8fc /net-libs/neatvnc/neatvnc-0.2.0.ebuild
parentd7054afeac7469baa6194a8eed03a3880acbb015 (diff)
downloadgentoo-overlay-ebf75ea74c972091d1b2681957f2df6b8ba59d4b.tar.xz
gentoo-overlay-ebf75ea74c972091d1b2681957f2df6b8ba59d4b.zip
net-libs/neatvnc: remove benchmarks
they aren't installed
Diffstat (limited to 'net-libs/neatvnc/neatvnc-0.2.0.ebuild')
-rw-r--r--net-libs/neatvnc/neatvnc-0.2.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-libs/neatvnc/neatvnc-0.2.0.ebuild b/net-libs/neatvnc/neatvnc-0.2.0.ebuild
index 458f18a..a55036a 100644
--- a/net-libs/neatvnc/neatvnc-0.2.0.ebuild
+++ b/net-libs/neatvnc/neatvnc-0.2.0.ebuild
@@ -17,7 +17,7 @@ fi
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="benchmarks examples +jpeg ssl"
+IUSE="examples +jpeg ssl"
DEPEND="
jpeg? ( media-libs/libjpeg-turbo )
@@ -31,7 +31,6 @@ BDEPEND=""
src_configure() {
local emesonargs=(
- $(meson_use benchmarks)
$(meson_use examples)
$(meson_feature jpeg)
$(meson_feature ssl tls)