https://bugs.winehq.org/show_bug.cgi?id=43400
Bug ID: 43400 Summary: Staging patchset wined3d-Copy_Resource_Typeless is missing dependency on wined3d-1DTextures Product: Wine-staging Version: 2.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: shtetldik@gmail.com CC: erich.e.hoover@wine-staging.com, michael@fds-team.de, sebastian@fds-team.de Distribution: ---
When applying staging patchset wined3d-Copy_Resource_Typeless with patchinstall.sh selectively, the final result fails to build with the following error:
.../dlls/wined3d/cs.c:2253:40: error: ‘WINED3D_RTYPE_TEXTURE_1D’ undeclared (first use in this function) else if (op->dst_resource->type == WINED3D_RTYPE_TEXTURE_1D || ^~~~~~~~~~~~~~~~~~~~~~~
It's because it really depends on wined3d-1DTextures, and it's not installed using patchinstall.sh, since that dependency isn't specified.