2014-01-02 20:00:57 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# cwiid
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2017-02-19 14:18:33 +01:00
|
|
|
CWIID_VERSION = fadf11e89b579bcc0336a0692ac15c93785f3f82
|
|
|
|
CWIID_SITE = $(call github,abstrakraft,cwiid,$(CWIID_VERSION))
|
2017-03-30 15:43:32 +02:00
|
|
|
CWIID_LICENSE = GPL-2.0+
|
2014-01-02 20:00:57 +01:00
|
|
|
CWIID_LICENSE_FILES = COPYING
|
|
|
|
|
|
|
|
CWIID_AUTORECONF = YES
|
|
|
|
CWIID_INSTALL_STAGING = YES
|
|
|
|
|
2020-01-12 23:08:39 +01:00
|
|
|
CWIID_DEPENDENCIES = host-pkgconf host-bison host-flex bluez5_utils
|
2014-01-02 20:00:57 +01:00
|
|
|
|
|
|
|
# Disable python support. This disables the 2 following things:
|
|
|
|
# - wminput Python plugin support
|
|
|
|
# - cwiid Python module
|
2014-09-27 21:32:44 +02:00
|
|
|
CWIID_CONF_OPTS = --without-python --disable-ldconfig
|
2014-01-02 20:00:57 +01:00
|
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_CWIID_WMGUI),y)
|
|
|
|
CWIID_DEPENDENCIES += libgtk2 libglib2
|
2014-09-27 21:32:44 +02:00
|
|
|
CWIID_CONF_OPTS += --enable-wmgui
|
2014-01-02 20:00:57 +01:00
|
|
|
else
|
2014-09-27 21:32:44 +02:00
|
|
|
CWIID_CONF_OPTS += --disable-wmgui
|
2014-01-02 20:00:57 +01:00
|
|
|
endif
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|