mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package/cwiid: add optional dependency to bluez5_utils
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b9ea113f69
commit
d4c4c259d2
@ -4,7 +4,7 @@ config BR2_PACKAGE_CWIID
|
|||||||
depends on BR2_USE_WCHAR # bluez_utils -> libglib2
|
depends on BR2_USE_WCHAR # bluez_utils -> libglib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # bluez_utils -> dbus, alsa-lib, libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # bluez_utils -> dbus, alsa-lib, libglib2
|
||||||
depends on BR2_USE_MMU # bluez_utils -> dbus, libglib2
|
depends on BR2_USE_MMU # bluez_utils -> dbus, libglib2
|
||||||
select BR2_PACKAGE_BLUEZ_UTILS
|
select BR2_PACKAGE_BLUEZ_UTILS if !BR2_PACKAGE_BLUEZ5_UTILS
|
||||||
help
|
help
|
||||||
A collection of Linux tools written in C for interfacing to the
|
A collection of Linux tools written in C for interfacing to the
|
||||||
Nintendo Wiimote.
|
Nintendo Wiimote.
|
||||||
|
@ -12,13 +12,19 @@ CWIID_LICENSE_FILES = COPYING
|
|||||||
CWIID_AUTORECONF = YES
|
CWIID_AUTORECONF = YES
|
||||||
CWIID_INSTALL_STAGING = YES
|
CWIID_INSTALL_STAGING = YES
|
||||||
|
|
||||||
CWIID_DEPENDENCIES = host-pkgconf host-bison host-flex bluez_utils
|
CWIID_DEPENDENCIES = host-pkgconf host-bison host-flex
|
||||||
|
|
||||||
# Disable python support. This disables the 2 following things:
|
# Disable python support. This disables the 2 following things:
|
||||||
# - wminput Python plugin support
|
# - wminput Python plugin support
|
||||||
# - cwiid Python module
|
# - cwiid Python module
|
||||||
CWIID_CONF_OPTS = --without-python --disable-ldconfig
|
CWIID_CONF_OPTS = --without-python --disable-ldconfig
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS),y)
|
||||||
|
CWIID_DEPENDENCIES += bluez5_utils
|
||||||
|
else
|
||||||
|
CWIID_DEPENDENCIES += bluez_utils
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_CWIID_WMGUI),y)
|
ifeq ($(BR2_PACKAGE_CWIID_WMGUI),y)
|
||||||
CWIID_DEPENDENCIES += libgtk2 libglib2
|
CWIID_DEPENDENCIES += libgtk2 libglib2
|
||||||
CWIID_CONF_OPTS += --enable-wmgui
|
CWIID_CONF_OPTS += --enable-wmgui
|
||||||
|
Loading…
x
Reference in New Issue
Block a user