Skip to content

Commit

Permalink
Update vulkan childwindow patchset for bca1b7f and move previous vers…
Browse files Browse the repository at this point in the history
…ion to legacy
  • Loading branch information
Tk-Glitch committed Oct 21, 2021
1 parent fa1b4ee commit d215bb7
Show file tree
Hide file tree
Showing 4 changed files with 1,617 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wine-tkg-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ md5sums=('SKIP'
'd34ec9e86cbbf48b485a8c6f99d24921'
'a527081e5f6eca3aec0b390d96d8587b'
'f063189ec090d9071397d455d271199d'
'21632a2c20ba78c7e9eff86b5b396f0d'
'8f8ec87700d432f42a0d3a905410c874'
'5b07ab957a128801b6c45e30b31432a7'
'581143a390af022dfce5daf8a928003d'
'40a597ef6f1a95e43c8a17903f8b0840'
Expand Down
2 changes: 1 addition & 1 deletion wine-tkg-git/wine-tkg-patches/misc/childwindow.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1314,9 +1314,9 @@ index 797f8cfbbbf..91662103ca5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,6 +102,8 @@ AC_ARG_WITH(xinput, AS_HELP_STRING([--without-xinput],[do not use the Xinput
[if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi])
AC_ARG_WITH(xinput2, AS_HELP_STRING([--without-xinput2],[do not use the Xinput 2 extension]),
[if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h=no; fi])
AC_ARG_WITH(xml, AS_HELP_STRING([--without-xml],[do not use XML]))
+AC_ARG_WITH(xpresent, AS_HELP_STRING([--without-xpresent],[do not use the Xpresent extension]),
+ [if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xpresent_h=no; fi])
AC_ARG_WITH(xrandr, AS_HELP_STRING([--without-xrandr],[do not use Xrandr (multi-monitor support)]),
Expand Down
Loading

0 comments on commit d215bb7

Please sign in to comment.