Don't build "ev" example on systems without <linux/input.h>

This commit is contained in:
Alan Coopersmith 2005-10-06 19:59:26 +00:00
parent 460145a5d5
commit 2770233069
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-10-06 Alan Coopersmith <alan.coopersmith@sun.com>
* hw/dmx/examples/Makefile.am:
Don't build "ev" example on systems without <linux/input.h>
2005-10-06 Kristian Høgsberg <krh@redhat.com>
* hw/xfree86/parser/Makefile.am: Add cpconfig.c to EXTRA_DIST.

View File

@ -1,8 +1,13 @@
if DMX_BUILD_USB
# Requires <linux/input.h>
EV_PROG = ev
endif
bin_PROGRAMS = \
xdmx dmxwininfo dmxreconfig dmxresize \
dmxaddscreen dmxrmscreen \
dmxaddinput dmxrminput
noinst_PROGRAMS = xinput xtest evi res xled xbell ev
noinst_PROGRAMS = xinput xtest evi res xled xbell $(EV_PROG)
xdmx_SOURCES = xdmx.c
xdmx_LDADD = @DMXEXAMPLES_DEP_LIBS@