mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Implement an initial pass-through HLSL preprocessor.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
5065cb6c1f
commit
f544cb38e5
@@ -30,6 +30,12 @@ AC_PROG_MKDIR_P
|
||||
VKD3D_PROG_WIDL(3, 20)
|
||||
AS_IF([test "x$WIDL" = "xno"], [AC_MSG_WARN([widl is required to build header files.])])
|
||||
|
||||
AC_CHECK_PROGS([FLEX], [flex], [none])
|
||||
AS_IF([test "$FLEX" = "none"], [AC_MSG_ERROR([no suitable flex found. Please install the 'flex' package.])])
|
||||
|
||||
AC_CHECK_PROGS([BISON], [bison], [none])
|
||||
AS_IF([test "$BISON" = "none"], [AC_MSG_ERROR([no suitable bison found. Please install the 'bison' package.])])
|
||||
|
||||
DX_PS_FEATURE([OFF])
|
||||
DX_INIT_DOXYGEN([vkd3d], [Doxyfile], [doc])
|
||||
AC_CONFIG_FILES([Doxyfile])
|
||||
|
Reference in New Issue
Block a user