build: Rename option and conditional for installing demo clients

Previously the option was --enable-demo-clients and the conditional was
ENABLE_DEMO_CLIENTS.  They control whether or not we install the demo clients
(ie all other clients than weston-terminal and weston-info).  Rename the
option and the conditional to better reflect this.
This commit is contained in:
Kristian Høgsberg
2014-01-01 12:47:40 -08:00
parent ead5242e07
commit ea520d510c
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ demo_clients = \
$(simple_clients_programs) \
$(simple_egl_clients_programs)
if ENABLE_DEMO_CLIENTS
if INSTALL_DEMO_CLIENTS
bin_PROGRAMS += $(demo_clients)
else
noinst_PROGRAMS = $(demo_clients)