view input/Makefile @ 21808:eaf6ed9cb5ab

Do not abort on X11 errors, most are not at all fatal. Makes -vo x11 work over non-trusted ssh X11 forwarding.
author reimar
date Fri, 05 Jan 2007 11:57:06 +0000
parents ef59ac68c9b6
children 8bcff5c7e387
line wrap: on
line source


include ../config.mak

LIBNAME = libinput.a

SRCS=input.c
SRCS-$(JOYSTICK) += joystick.c
SRCS-$(LIRC)     += lirc.c

include ../mpcommon.mak