3f866eb24b
lnx_kbd.c: In function 'OpenKeyboard': lnx_kbd.c:194:8: error: implicit declaration of function 'getpgid' [-Werror=implicit-function-declaration] rc = tcsetpgrp(pInfo->fd, getpgid(0)); ^ lnx_kbd.c:194:8: warning: nested extern declaration of 'getpgid' [-Wnested-externs] cc1: some warnings being treated as errors Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
754 B
Makefile
16 lines
754 B
Makefile
################################################################################
|
|
#
|
|
# xdriver_xf86-input-keyboard
|
|
#
|
|
################################################################################
|
|
|
|
XDRIVER_XF86_INPUT_KEYBOARD_VERSION = 1.8.1
|
|
XDRIVER_XF86_INPUT_KEYBOARD_SOURCE = xf86-input-keyboard-$(XDRIVER_XF86_INPUT_KEYBOARD_VERSION).tar.bz2
|
|
XDRIVER_XF86_INPUT_KEYBOARD_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
|
XDRIVER_XF86_INPUT_KEYBOARD_LICENSE = MIT
|
|
XDRIVER_XF86_INPUT_KEYBOARD_LICENSE_FILES = COPYING
|
|
XDRIVER_XF86_INPUT_KEYBOARD_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_kbproto xproto_randrproto xproto_xproto
|
|
XDRIVER_XF86_INPUT_KEYBOARD_CONF_OPTS = --disable-selective-werror
|
|
|
|
$(eval $(autotools-package))
|