mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 12:28:04 +02:00
autotools: Correctly prefix simple-egl client name
This commit is contained in:
parent
c5c9571bec
commit
c4ebcd78a7
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ weston_simple_touch_LDADD = $(SIMPLE_CLIENT_LIBS)
|
|||
endif
|
||||
|
||||
if BUILD_SIMPLE_EGL_CLIENTS
|
||||
weston_simple_egl_clients_programs = \
|
||||
simple-egl
|
||||
simple_egl_clients_programs = \
|
||||
weston-simple-egl
|
||||
|
||||
weston_simple_egl_SOURCES = simple-egl.c
|
||||
weston_simple_egl_CPPFLAGS = $(SIMPLE_EGL_CLIENT_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue