Skip to content

Commit

Permalink
[wpewebkit] Remove hardcode device scale patch
Browse files Browse the repository at this point in the history
Prefer using API correctly from wpe-android instead of patching
webkit
  • Loading branch information
zhani committed Jun 1, 2024
1 parent bf0cb94 commit 21a1b57
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 57 deletions.
15 changes: 7 additions & 8 deletions recipes/wpewebkit.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,13 @@ class Recipe(recipe.Recipe):
self.patches += [
'wpewebkit/0001-Android-logging-macro.patch',
'wpewebkit/0002-Implement-Android-WebProcess-and-NetworkProcess-entr.patch',
'wpewebkit/0003-Scroll-related-changes.patch',
'wpewebkit/0004-Remove-absolute-path-from-libWPEInjectedBundle.so-on.patch',
'wpewebkit/0005-Workaround-for-Android-emulator-samplerExternalOES-p.patch',
'wpewebkit/0006-Use-ASharedMemory-instead-of-shm.patch',
'wpewebkit/0007-Enable-Android-on-ANGLE-for-WebGL-support.patch',
'wpewebkit/0008-Compile-WebDriver-as-a-library.patch',
'wpewebkit/0009-Scale-mouse-location-according-to-device-scale-facto.patch',
'wpewebkit/0010-Fix-inspector-resource-lib-loading.patch'
'wpewebkit/0003-Remove-absolute-path-from-libWPEInjectedBundle.so-on.patch',
'wpewebkit/0004-Workaround-for-Android-emulator-samplerExternalOES-p.patch',
'wpewebkit/0005-Use-ASharedMemory-instead-of-shm.patch',
'wpewebkit/0006-Enable-Android-on-ANGLE-for-WebGL-support.patch',
'wpewebkit/0007-Compile-WebDriver-as-a-library.patch',
'wpewebkit/0008-Scale-mouse-location-according-to-device-scale-facto.patch',
'wpewebkit/0009-Fix-inspector-resource-lib-loading.patch'
]
else:
self.append_env('LDFLAGS', '-lrt')
Expand Down
49 changes: 0 additions & 49 deletions recipes/wpewebkit/0003-Scroll-related-changes.patch

This file was deleted.

0 comments on commit 21a1b57

Please sign in to comment.