]> git.pld-linux.org Git - packages/w3m.git/commitdiff
use imlib2 as imagelib
authorJan Palus <atler@pld-linux.org>
Tue, 12 Jan 2021 19:47:12 +0000 (20:47 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 12 Jan 2021 20:07:26 +0000 (21:07 +0100)
w3m.spec

index 8aca50574f4cc78a181e988d07dbfd9634ef662e..9aad9b96d63f8b3909fdf67b32556a1cac99f780 100644 (file)
--- a/w3m.spec
+++ b/w3m.spec
@@ -32,8 +32,7 @@ BuildRequires:        gc-devel
 BuildRequires: gettext-tools
 BuildRequires: gpm-devel
 %if %{with image}
-BuildRequires: gtk+2-devel >= 1:2.0
-BuildRequires: imlib2-devel
+BuildRequires: imlib2-devel >= 1.0.5
 %endif
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: openssl-devel >= 0.9.7d
@@ -80,6 +79,7 @@ Summary:      Image display support for w3m
 Summary(pl.UTF-8):     Wyświetlanie obrazków dla w3m
 Group:         Applications/Networking
 Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      imlib2 >= 1.0.5
 
 %description imgdisplay
 Install this package if you want to display images in w3m run on xterm
@@ -113,7 +113,7 @@ cp -f /usr/share/automake/config.sub .
        --enable-gopher \
 %if %{with image}
        --enable-image="x11,fb,fb+s" \
-       --with-imagelib="gdk-pixbuf" \
+       --with-imagelib="imlib2" \
 %else
        --disable-image \
 %endif
This page took 0.130228 seconds and 4 git commands to generate.