forked from pool/nemo-extensions
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=11
This commit is contained in:
parent
da7a100f15
commit
bb1a23c7a3
@ -33,6 +33,7 @@ BuildRequires: docutils
|
||||
BuildRequires: gettext-runtime
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: meld
|
||||
@ -62,9 +63,6 @@ BuildRequires: pkgconfig(nettle)
|
||||
BuildRequires: pkgconfig(nss)
|
||||
BuildRequires: pkgconfig(pygobject-2.0)
|
||||
BuildRequires: pkgconfig(webkitgtk-3.0)
|
||||
%if 0%{?suse_version} >= 1320
|
||||
BuildRequires: libgcrypt-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
|
||||
BuildRequires: mbedtls-devel
|
||||
%endif
|
||||
@ -352,6 +350,8 @@ pushd nemo-gtkhash
|
||||
--enable-libcrypto \
|
||||
%if 0%{?suse_version} >= 1320
|
||||
--enable-gcrypt \
|
||||
%else
|
||||
--disable-gcrypt \
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
|
||||
--enable-polarssl \
|
||||
|
Loading…
Reference in New Issue
Block a user