0cfc77479e8fd57462954a3ffb8faf74aee34b85
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / cwiid / cwiid.mk
1 ################################################################################
2 #
3 # cwiid
4 #
5 ################################################################################
6
7 CWIID_VERSION = 0.6.00
8 CWIID_SOURCE = cwiid-$(CWIID_VERSION).tgz
9 CWIID_SITE = http://abstrakraft.org/cwiid/downloads
10 CWIID_LICENSE = GPLv2+
11 CWIID_LICENSE_FILES = COPYING
12
13 CWIID_AUTORECONF = YES
14 CWIID_INSTALL_STAGING = YES
15
16 CWIID_DEPENDENCIES = host-pkgconf host-bison host-flex bluez_utils
17
18 # Disable python support. This disables the 2 following things:
19 #   - wminput Python plugin support
20 #   - cwiid Python module
21 CWIID_CONF_OPTS = --without-python --disable-ldconfig
22
23 ifeq ($(BR2_PACKAGE_CWIID_WMGUI),y)
24 CWIID_DEPENDENCIES += libgtk2 libglib2
25 CWIID_CONF_OPTS += --enable-wmgui
26 else
27 CWIID_CONF_OPTS += --disable-wmgui
28 endif
29
30 $(eval $(autotools-package))