Skip to content
Snippets Groups Projects
Commit 4d13639f authored by Thomas Guillem's avatar Thomas Guillem
Browse files

core: fix distcheck

Breakage from e7d0b88e that moved files
without updating the Makefile.
parent 183c8d99
No related branches found
No related tags found
1 merge request!68core: fix distcheck
Pipeline #92633 passed with stage
in 24 minutes and 42 seconds
......@@ -3,7 +3,6 @@
VULKAN_COMMONSOURCES = video_output/vulkan/instance.c \
video_output/vulkan/instance.h \
video_output/vulkan/platform.h \
video_output/placebo_utils.c \
video_output/placebo_utils.h
......
......@@ -74,7 +74,7 @@ libegl_wl_plugin_la_CFLAGS = $(AM_CFLAGS) $(EGL_CFLAGS) $(WAYLAND_EGL_CFLAGS)
libegl_wl_plugin_la_LIBADD = $(EGL_LIBS) $(WAYLAND_EGL_LIBS)
libvk_wl_plugin_la_SOURCES = \
video_output/vulkan/platform.h \
video_output/vulkan/instance.h \
video_output/wayland/vulkan.c
libvk_wl_plugin_la_CFLAGS = $(AM_CFLAGS) \
$(WAYLAND_CFLAGS) $(VULKAN_COMMONCFLAGS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment