mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 13:08:49 +00:00
wayland: fix distcheck when wayland-scanner is not installed
This commit is contained in:
parent
4bb5823cea
commit
b711e23036
1 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,9 @@ libgstwaylandsink_la_SOURCES = \
|
|||
wlbuffer.c \
|
||||
wldisplay.c \
|
||||
wlwindow.c \
|
||||
wlvideoformat.c \
|
||||
viewporter-protocol.c
|
||||
wlvideoformat.c
|
||||
|
||||
nodist_libgstwaylandsink_la_SOURCES = viewporter-protocol.c
|
||||
|
||||
libgstwaylandsink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(WAYLAND_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS)
|
||||
|
@ -26,8 +27,7 @@ noinst_HEADERS = \
|
|||
wlbuffer.h \
|
||||
wldisplay.h \
|
||||
wlwindow.h \
|
||||
wlvideoformat.h \
|
||||
viewporter-client-protocol.h
|
||||
wlvideoformat.h
|
||||
|
||||
CLEANFILES = viewporter-protocol.c viewporter-client-protocol.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue