The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / xvkbd / xvkbd.mk
1 ################################################################################
2 #
3 # xvkbd
4 #
5 ################################################################################
6
7 XVKBD_VERSION = 3.2
8 XVKBD_SITE = http://homepage3.nifty.com/tsato/xvkbd
9 XVKBD_LICENSE = GPLv2+
10 XVKBD_LICENSE_FILES = README
11
12 # Passing USRLIBDIR ensures that the stupid Makefile doesn't add
13 # /usr/lib to the library search path.
14 define XVKBD_BUILD_CMDS
15         $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) \
16                 USRLIBDIR="$(STAGING_DIR)/usr/lib"
17 endef
18
19 define XVKBD_INSTALL_TARGET_CMDS
20         $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
21 endef
22
23 XVKBD_DEPENDENCIES = \
24         xlib_libICE \
25         xlib_libSM \
26         xlib_libX11 \
27         xlib_libXaw \
28         xlib_libXext \
29         xlib_libXmu \
30         xlib_libXpm \
31         xlib_libXt \
32         xlib_libXtst
33
34 $(eval $(generic-package))