Skip to content

Commit

Permalink
fix: apply windows multi-thread fix for libepoxy
Browse files Browse the repository at this point in the history
Not yet completely tested but there is a crash on Windows and it should
be solved by this patch.

Based on:

anholt/libepoxy#200
anholt/libepoxy#265
  • Loading branch information
franko committed Dec 15, 2023
1 parent 30385c6 commit 2bfc87a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion epoxy_1.5.10 → epoxy_1.5.10-1
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ done

options+=(-Dglx=$use_glx -Degl=$use_egl)

enter_git_repository https://github.com/anholt/libepoxy.git "$version"
enter_git_repository https://github.com/lhelper-org/libepoxy "${version}-lhelper"
build_and_install meson "${options[@]}"

File renamed without changes.
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ sokol-tools-bin 2023.06.1
samplerate 0.2.2
xlnt 1.5.0
gdk-pixbuf 2.42.10
epoxy 1.5.10
epoxy 1.5.10-1
gobject-introspection 1.78.1
graphene 1.10.8
libxml2 2.12.2
Expand Down

0 comments on commit 2bfc87a

Please sign in to comment.