mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 13:48:21 +02:00
clients: de-duplicate demo clients list
This commit is contained in:
parent
62942ad3a6
commit
e2a9eff77b
1 changed files with 9 additions and 12 deletions
|
|
@ -2,20 +2,17 @@ bin_PROGRAMS = \
|
|||
weston-info \
|
||||
$(terminal)
|
||||
|
||||
demo_clients = \
|
||||
$(clients_programs) \
|
||||
$(pango_programs) \
|
||||
$(poppler_programs) \
|
||||
$(simple_clients_programs) \
|
||||
$(simple_egl_clients_programs)
|
||||
|
||||
if ENABLE_DEMO_CLIENTS
|
||||
bin_PROGRAMS += \
|
||||
$(clients_programs) \
|
||||
$(pango_programs) \
|
||||
$(poppler_programs) \
|
||||
$(simple_clients_programs) \
|
||||
$(simple_egl_clients_programs)
|
||||
bin_PROGRAMS += $(demo_clients)
|
||||
else
|
||||
noinst_PROGRAMS = \
|
||||
$(clients_programs) \
|
||||
$(pango_programs) \
|
||||
$(poppler_programs) \
|
||||
$(simple_clients_programs) \
|
||||
$(simple_egl_clients_programs)
|
||||
noinst_PROGRAMS = $(demo_clients)
|
||||
endif
|
||||
|
||||
libexec_PROGRAMS = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue