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
This commit is contained in:
Naohiro Aota
2014-12-02 00:23:10 +09:00
committed by Tatsuya Kinoshita
parent 1fc8e1c841
commit 385ae3366f
4 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
#include "config.h"
#if defined(USE_GTK2)
#include <glib-object.h>
#include <gdk/gdk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#endif
#include <gdk-pixbuf/gdk-pixbuf.h>
#include "fb.h"