2014-01-02 20:00:57 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# cwiid
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
CWIID_VERSION = 0.6.00
|
|
|
|
CWIID_SOURCE = cwiid-$(CWIID_VERSION).tgz
|
|
|
|
CWIID_SITE = http://abstrakraft.org/cwiid/downloads
|
|
|
|
CWIID_LICENSE = GPLv2+
|
|
|
|
CWIID_LICENSE_FILES = COPYING
|
|
|
|
|
|
|
|
CWIID_AUTORECONF = YES
|
|
|
|
CWIID_INSTALL_STAGING = YES
|
|
|
|
|
|
|
|
CWIID_DEPENDENCIES = host-pkgconf host-bison host-flex bluez_utils
|
|
|
|
|
|
|
|
# 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))
|