|
@@ -65,7 +65,8 @@ ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
|
|
XBMC_DEPENDENCIES += rpi-userland
|
|
XBMC_DEPENDENCIES += rpi-userland
|
|
XBMC_CONF_OPT += --with-platform=raspberry-pi --enable-player=omxplayer
|
|
XBMC_CONF_OPT += --with-platform=raspberry-pi --enable-player=omxplayer
|
|
XBMC_CONF_ENV += INCLUDES="-I$(STAGING_DIR)/usr/include/interface/vcos/pthreads \
|
|
XBMC_CONF_ENV += INCLUDES="-I$(STAGING_DIR)/usr/include/interface/vcos/pthreads \
|
|
- -I$(STAGING_DIR)/usr/include/interface/vmcs_host/linux"
|
|
|
|
|
|
+ -I$(STAGING_DIR)/usr/include/interface/vmcs_host/linux" \
|
|
|
|
+ LIBS="-lvcos -lvchostif"
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|