From 385ae3366f32fdef2ed8ae7a9762c740c9d6b3c2 Mon Sep 17 00:00:00 2001 From: Naohiro Aota Date: Tue, 2 Dec 2014 00:23:10 +0900 Subject: Depend on gdk-pixbuf instead of gtk when gtk2 Origin: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-gdk-pixbuf.patch?revision=1.1 --- w3mimg/fb/fb_gdkpixbuf.c | 2 +- w3mimg/x11/x11_w3mimg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'w3mimg') diff --git a/w3mimg/fb/fb_gdkpixbuf.c b/w3mimg/fb/fb_gdkpixbuf.c index 36e3b62..f1e8d97 100644 --- a/w3mimg/fb/fb_gdkpixbuf.c +++ b/w3mimg/fb/fb_gdkpixbuf.c @@ -6,7 +6,7 @@ #include "config.h" #if defined(USE_GTK2) #include -#include +#include #endif #include #include "fb.h" diff --git a/w3mimg/x11/x11_w3mimg.c b/w3mimg/x11/x11_w3mimg.c index f5be4a8..cef72e2 100644 --- a/w3mimg/x11/x11_w3mimg.c +++ b/w3mimg/x11/x11_w3mimg.c @@ -14,7 +14,7 @@ #elif defined(USE_GDKPIXBUF) #if defined(USE_GTK2) #include -#include +#include #include #else #include -- cgit v1.2.3