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(a)winehq.org Reporter: shtetldik(a)gmail.com CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de, sebastian(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.