KODI Compiler problems

Hello;

I try to compile kodi in my raspberry, and I follow this instructions:

https://github.com/xbmc/xbmc/blob/master…aspberrypi

When I do

make -C tools/depends/target/xbmc

I get this error, I try to solve, but I don’t

Quote:checking for PULSE… no
== PulseAudio support disabled. ==
checking for main in -lavahi-common… yes
checking for main in -lavahi-client… yes
checking for embedded_mDNSInit in -lmDNSEmbedded… no
configure: == Could not find mDNSEmbedded. Might prevent zeroconf support. ==
configure: == X11 enabled. ==
checking for X11… no
configure: error: Could not find a required library. Please see the README for your platform.
Makefile:34: recipe for target ‘../../../..//libkodi.so’ failed
make: *** [../../../..//libkodi.so] Error 1
make: Leaving directory ‘/home/volumio/xbmc/tools/depends/target/xbmc’

Thanks for help.