From 6236602eebdf12dada950d5eeea53c2df13c2682 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Sun, 24 Mar 2019 14:02:20 +0100 Subject: [PATCH] - vte bcond --- remmina.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/remmina.spec b/remmina.spec index 814857a..12f59e0 100644 --- a/remmina.spec +++ b/remmina.spec @@ -9,6 +9,7 @@ %bcond_without spice # do not build spice plugin %bcond_without telepathy # do not build telepathy plugin %bcond_without vnc # do not build vnc plugin +%bcond_without vte # do not build vte plugin %bcond_without xdmcp # do not build xdmcp plugin # Summary: Remote Desktop Client @@ -40,10 +41,10 @@ BuildRequires: libgcrypt-devel BuildRequires: libsoup-devel BuildRequires: libssh-devel >= 0.6 %{?with_vnc:BuildRequires: libvncserver-devel} -#BuildRequires: pkgconfig(vte-2.91) BuildRequires: rpmbuild(macros) >= 1.742 %{?with_spice:BuildRequires: spice-gtk-devel} %{?with_telepathy:BuildRequires: telepathy-glib-devel} +%{?with_vte:BuildRequires: vte2.90-devel} BuildRequires: xorg-lib-libxkbfile-devel %description -- 2.44.0