mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package/xbmc: Add optional support for libcap
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e48cfc39f1
commit
28a0054bea
@ -63,6 +63,13 @@ XBMC_CONF_ENV += INCLUDES="-I$(STAGING_DIR)/usr/include/interface/vcos/pthreads
|
|||||||
LIBS="-lvcos -lvchostif"
|
LIBS="-lvcos -lvchostif"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBCAP),y)
|
||||||
|
XBMC_CONF_OPTS += --enable-libcap
|
||||||
|
XBMC_DEPENDENCIES += libcap
|
||||||
|
else
|
||||||
|
XBMC_CONF_OPTS += --disable-libcap
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XBMC_DBUS),y)
|
ifeq ($(BR2_PACKAGE_XBMC_DBUS),y)
|
||||||
XBMC_DEPENDENCIES += dbus
|
XBMC_DEPENDENCIES += dbus
|
||||||
XBMC_CONF_OPTS += --enable-dbus
|
XBMC_CONF_OPTS += --enable-dbus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user