I just want to make my router WDR4300 as a renderer,
and in the newest trunk version r35094,I found it can support rygel now.
So I selected the rygel-playbin,rygel-playbin-gst-suggested packages following the OpenWrt rygel Wiki.
But when I try to compile,it show me such error messages:
error: Package `gupnp-1.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `gupnp-av-1.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `gupnp-dlna-1.0' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `gee-1.0' not found in specified Vala API directories or GObject-Introspection GIR directories
Consider adjusting the XDG_DATA_DIRS environment variable if you
installed bindings in a non-standard prefix.
make[3]: *** [/home/admin/openwrt/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/rygel-0.14.1/.configured_] Error 1
make[3]: Leaving directory `/home/admin/openwrt/trunk/feeds/packages/multimedia/rygel'
make[2]: *** [package/feeds/packages/rygel/compile] Error 2
make[2]: Leaving directory `/home/admin/openwrt/trunk'
make[1]: *** [/home/admin/openwrt/trunk/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.package_compile] Error 2
Anyone who knows why and how to solve such problem?Many thanks!