xref: /OK3568_Linux_fs/buildroot/package/cwiid/cwiid.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# cwiid
4#
5################################################################################
6
7CWIID_VERSION = fadf11e89b579bcc0336a0692ac15c93785f3f82
8CWIID_SITE = $(call github,abstrakraft,cwiid,$(CWIID_VERSION))
9CWIID_LICENSE = GPL-2.0+
10CWIID_LICENSE_FILES = COPYING
11
12CWIID_AUTORECONF = YES
13CWIID_INSTALL_STAGING = YES
14
15CWIID_DEPENDENCIES = host-pkgconf host-bison host-flex bluez5_utils
16
17# Disable python support. This disables the 2 following things:
18#   - wminput Python plugin support
19#   - cwiid Python module
20CWIID_CONF_OPTS = --without-python --disable-ldconfig
21
22ifeq ($(BR2_PACKAGE_CWIID_WMGUI),y)
23CWIID_DEPENDENCIES += libgtk2 libglib2
24CWIID_CONF_OPTS += --enable-wmgui
25else
26CWIID_CONF_OPTS += --disable-wmgui
27endif
28
29$(eval $(autotools-package))
30