From 2770233069d3845c681bea8eccff22e92254487e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 6 Oct 2005 19:59:26 +0000 Subject: [PATCH] Don't build "ev" example on systems without --- ChangeLog | 5 +++++ hw/dmx/examples/Makefile.am | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index abfecee682..4e4bc2523c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-06 Alan Coopersmith + + * hw/dmx/examples/Makefile.am: + Don't build "ev" example on systems without + 2005-10-06 Kristian Høgsberg * hw/xfree86/parser/Makefile.am: Add cpconfig.c to EXTRA_DIST. diff --git a/hw/dmx/examples/Makefile.am b/hw/dmx/examples/Makefile.am index 14359bc698..9a7f19e250 100644 --- a/hw/dmx/examples/Makefile.am +++ b/hw/dmx/examples/Makefile.am @@ -1,8 +1,13 @@ +if DMX_BUILD_USB +# Requires +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@