From 2dd8eea0d966df383abe8acd07812859375812e9 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 17 Dec 2023 18:40:11 +0900 Subject: [PATCH] [vulkan] Let's do the distcheck again --- include/Makemodule.am | 1 + libs/video/renderer/vulkan/test/test-staging.c | 3 +-- nq/source/Makemodule.am | 2 +- qw/source/Makemodule.am | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/include/Makemodule.am b/include/Makemodule.am index 666193d6d..6e7a1ae68 100644 --- a/include/Makemodule.am +++ b/include/Makemodule.am @@ -58,6 +58,7 @@ EXTRA_DIST += \ include/pstdint.h \ include/qfalloca.h \ include/qfselect.h \ + include/qftracy.h \ include/qstring.h \ include/quakeasm.h \ include/quicksort.h \ diff --git a/libs/video/renderer/vulkan/test/test-staging.c b/libs/video/renderer/vulkan/test/test-staging.c index 93ae15ce4..88ecb4499 100644 --- a/libs/video/renderer/vulkan/test/test-staging.c +++ b/libs/video/renderer/vulkan/test/test-staging.c @@ -155,14 +155,13 @@ qfv_devfuncs_t dfuncs = { .vkQueueSubmit = vkQueueSubmit, }; qfv_physdev_t physDev = { - .properties2 = { + .p = { .properties = { .limits = { .nonCoherentAtomSize = 256, }, }, }, - .properties = &physDev.properties2.properties, }; qfv_device_t device = { .physDev = &physDev, diff --git a/nq/source/Makemodule.am b/nq/source/Makemodule.am index 3ed98b4f9..0670d205d 100644 --- a/nq/source/Makemodule.am +++ b/nq/source/Makemodule.am @@ -31,7 +31,7 @@ # bin_PROGRAMS += @NQ_TARGETS@ -EXTRA_PROGRAMS += nq-fbdev nq-sdl nq-svga nq-win nq-x11 nq-server +EXTRA_PROGRAMS += nq-win nq-x11 nq-server noinst_LIBRARIES += @nq_libs@ EXTRA_LIBRARIES += nq/source/libnq_client.a nq/source/libnq_common.a nq/source/libnq_sdl.a nq/source/libnq_server.a diff --git a/qw/source/Makemodule.am b/qw/source/Makemodule.am index bd0d407d7..b9d7c061b 100644 --- a/qw/source/Makemodule.am +++ b/qw/source/Makemodule.am @@ -30,8 +30,7 @@ bin_PROGRAMS += @QW_TARGETS@ EXTRA_PROGRAMS += \ - qw-client-fbdev qw-client-sdl qw-client-svga qw-client-win qw-client-x11 \ - qw-server qw-master + qw-client-win qw-client-x11 qw-server qw-master noinst_LIBRARIES += @qw_libs@ EXTRA_LIBRARIES += qw/source/libqw_client.a qw/source/libqw_common.a qw/source/libqw_sdl.a qw/source/libqw_server.a