]> git.pld-linux.org Git - packages/vim.git/commitdiff
- libcanberra is enabled only with gnome and with heavy
authorMarcin Krol <hawk@tld-linux.org>
Sat, 2 Dec 2023 22:27:00 +0000 (23:27 +0100)
committerMarcin Krol <hawk@tld-linux.org>
Sat, 2 Dec 2023 22:27:00 +0000 (23:27 +0100)
vim.spec

index 70188bba3c87e49f8cc3ec7319d904f93f391bdc..278defd706fbeba34a54aabdb019588b68f86c04 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -143,7 +143,9 @@ BuildRequires:      gtk+3-devel >= 3.0
 BuildRequires: gtk+2-devel >= 2:2.6.0
 %endif
 %endif
+%if %{with gnome} || %{with heavy}
 BuildRequires: libcanberra-devel
+%endif
 %{?with_gnome:BuildRequires:   libgnomeui-devel >= 2.2.0.1}
 %if %{with selinux} || %{with heavy}
 BuildRequires: libselinux-devel
This page took 0.103938 seconds and 4 git commands to generate.