From e8b886ab8f19035250e4ee6d13f91a9334b35d85 Mon Sep 17 00:00:00 2001 From: Joonbum Ko Date: Tue, 13 Oct 2020 16:12:09 +0900 Subject: [PATCH] Separated unused files to 'unused' Change-Id: I198e142f772360a9137972e38145c201eae9f3b7 Signed-off-by: Joonbum Ko --- src/Makefile.am | 1 - src/{ => unused}/tpl_gbm.c | 0 src/{ => unused}/tpl_wayland_vk_wsi.c | 0 src/{ => unused}/tpl_x11_common.c | 0 src/{ => unused}/tpl_x11_dri2.c | 0 src/{ => unused}/tpl_x11_dri3.c | 0 src/{ => unused}/tpl_x11_internal.h | 0 7 files changed, 1 deletion(-) rename src/{ => unused}/tpl_gbm.c (100%) rename src/{ => unused}/tpl_wayland_vk_wsi.c (100%) rename src/{ => unused}/tpl_x11_common.c (100%) rename src/{ => unused}/tpl_x11_dri2.c (100%) rename src/{ => unused}/tpl_x11_dri3.c (100%) rename src/{ => unused}/tpl_x11_internal.h (100%) diff --git a/src/Makefile.am b/src/Makefile.am index d7823b7..491d40b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,6 @@ if WITH_WAYLAND libtpl_egl_la_SOURCES += tpl_wayland_egl.c \ tpl_wl_egl_thread.c \ tpl_wayland_egl_thread.c \ - tpl_wayland_vk_wsi.c \ tpl_wl_vk_thread.c \ wayland-vulkan/wayland-vulkan-protocol.c endif diff --git a/src/tpl_gbm.c b/src/unused/tpl_gbm.c similarity index 100% rename from src/tpl_gbm.c rename to src/unused/tpl_gbm.c diff --git a/src/tpl_wayland_vk_wsi.c b/src/unused/tpl_wayland_vk_wsi.c similarity index 100% rename from src/tpl_wayland_vk_wsi.c rename to src/unused/tpl_wayland_vk_wsi.c diff --git a/src/tpl_x11_common.c b/src/unused/tpl_x11_common.c similarity index 100% rename from src/tpl_x11_common.c rename to src/unused/tpl_x11_common.c diff --git a/src/tpl_x11_dri2.c b/src/unused/tpl_x11_dri2.c similarity index 100% rename from src/tpl_x11_dri2.c rename to src/unused/tpl_x11_dri2.c diff --git a/src/tpl_x11_dri3.c b/src/unused/tpl_x11_dri3.c similarity index 100% rename from src/tpl_x11_dri3.c rename to src/unused/tpl_x11_dri3.c diff --git a/src/tpl_x11_internal.h b/src/unused/tpl_x11_internal.h similarity index 100% rename from src/tpl_x11_internal.h rename to src/unused/tpl_x11_internal.h -- 2.7.4