That "simple" thing is not possible for me because chromium require libxml2[icu] as dependency
and chromium is used by lot of peoples
so I wonder, is there any other way but blocking it?
C omment 16Alec Meyers 2012-06-09 19:31:05 UTC
Your other option is building qt-webkit with icu support :)
C omment 17Davide Pesavento 2012-06-09 19:47:45 UTC
(In reply to comment #15 )
> That "simple" thing is not possible for me because chromium require
> libxml2[icu] as dependency
>
> and chromium is used by lot of peoples
>
> so I wonder, is there any other way but blocking it?
As I said, have a look at bug 407315 : qt-webkit[gstreamer,-icu] *will* fail to build against libxml2[icu]. There's nothing we can do about it. Complain upstream.
If you need libxml2[icu] for chromium, other possible workarounds are:
1) enable icu USE flag for qt-webkit (as suggested by Alec)
2) disable gstreamer USE flag for qt-webkit (but you'll lose HTML5 audio/video support)
Your choice.
C omment 18Daniele Segato 2012-06-09 20:19:22 UTC
Building qt-webkit with icu support is perfectly fine to me, thanks