mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 20:51:35 +00:00
[vulkan] Let's do the distcheck again
This commit is contained in:
parent
b02da2c0a6
commit
2dd8eea0d9
4 changed files with 4 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue