tats/w3m

Images don't work with Imlib2 v1.7.5

N-R-K opened this issue · 4 comments

N-R-K commented

Hi,

While trying to compile w3m with imlib2 support, I see the following:

checking image library... imlib2
configure: WARNING: Imlib2 is not installed.  Install Imlib2 (version >= 1.0.5)
configure: WARNING: unable to build w3mimgdisplay with X11 support

I think this is because it's trying to use imlib2-config which has been dropped by imlib2 : https://git.enlightenment.org/legacy/imlib2.git/commit/?id=e9d84bd2163e6fab494b5ce5cc8830a54ff97765

rkta commented

@N-R-K Could try this patch and see if it resolves this issue?

N-R-K commented

@rkta I'm on bit of an older version (the gentoo ebuild isn't using the latest commit), but the patch still applied and images are working correctly now.

N-R-K commented

Closing this since #215 was merged. @tats giving you a ping, since I'm assuming you didn't notice this (since you haven't closed the issue nor mentioned it on the ChangeLog).

rkta commented