On Tue, Feb 26, 2019 at 12:54:23AM +0100, Miroslav Lachman wrote:
> 
> Take a look at a dependencies of firefox-esr
> https://www.freshports.org/www/firefox-esr/
> 
> in build dependencies:
> gtk3>=3.14.6 : x11-toolkits/gtk30
> 
> in library dependencies:
> libgtk-x11-2.0.so : x11-toolkits/gtk20
> libgtk-3.so : x11-toolkits/gtk30
> 
> quite confusing gtk20 vs gtk30...
> 
> gtk20 has not option WAYLAND so you need to rebuild gtk30 with option 
> WAYLAND enabled.
> 
For some reason gtk30 stops with
root@www:/usr/ports/x11-toolkits/gtk30 # gdkkeys-wayland.c:34:10: fatal error: 
'fribidi.h' file not found
#include <fribidi.h>

I tried compiling gtk20 in the hopes it might provide the missing file,
but it completed successfully and fribidi.h remains absent. 

Last resort was to remake wayland, but that didn't help, gtk30 still
stops with missing fribidi.h

Is there a way out of this box?

Thanks for reading,

bob prohaska

_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to