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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user