From 4d3d0f741d5876d8028c344fcb20bb847eba9995 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 3 Nov 2021 18:52:52 +0100 Subject: [PATCH] - updated dependencies (more X11 libs, gdk-pixbuf2, libsodium) --- vim.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vim.spec b/vim.spec index b7b4afc..bce2076 100644 --- a/vim.spec +++ b/vim.spec @@ -114,7 +114,7 @@ Patch41: %{name}-lua.patch URL: http://www.vim.org/ BuildRequires: acl-devel BuildRequires: attr-devel -BuildRequires: autoconf >= 2.12 +BuildRequires: autoconf >= 2.50 BuildRequires: gpm-devel %if "%{pld_release}" == "ac" %if %{with athena} || %{with x11} || %{with x} @@ -128,11 +128,15 @@ BuildRequires: gettext-tools BuildRequires: xorg-lib-libICE-devel BuildRequires: xorg-lib-libSM-devel BuildRequires: xorg-lib-libX11-devel +BuildRequires: xorg-lib-libXaw-devel +BuildRequires: xorg-lib-libXdmcp-devel +BuildRequires: xorg-lib-libXpm-devel BuildRequires: xorg-lib-libXt-devel %endif %endif BuildRequires: grep %if %{with gtk} || %{with heavy} +BuildRequires: gdk-pixbuf2-devel >= 2.31 %if %{with gtk3} BuildRequires: gtk+3-devel >= 3.0 %else @@ -144,6 +148,7 @@ BuildRequires: libcanberra-devel %if %{with selinux} || %{with heavy} BuildRequires: libselinux-devel %endif +BuildRequires: libsodium-devel %if %{with lua} || %{with heavy} BuildRequires: lua52-devel >= 5.2 %endif -- 2.44.0