WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
279180
[WPE] Fix build with touch events disabled
https://bugs.webkit.org/show_bug.cgi?id=279180
Summary
[WPE] Fix build with touch events disabled
Miguel Gomez
Reported
2024-09-05 04:32:01 PDT
There's a missing include when building with ENABLE_TOUCH_EVENTS OFF
Attachments
Add attachment
proposed patch, testcase, etc.
Miguel Gomez
Comment 1
2024-09-05 04:34:57 PDT
The build error is /host/home/magomez/webkit/WebKit/Source/WebKit/UIProcess/API/wpe/PageClientImpl.cpp: In member function ‘virtual WTF::UnixFileDescriptor WebKit::PageClientImpl::hostFileDescriptor()’: /host/home/magomez/webkit/WebKit/Source/WebKit/UIProcess/API/wpe/PageClientImpl.cpp:78:33: error: ‘wpe_view_backend_get_renderer_host_fd’ was not declared in this scope 78 | return UnixFileDescriptor { wpe_view_backend_get_renderer_host_fd(m_view.backend()), UnixFileDescriptor::Adopt };
Miguel Gomez
Comment 2
2024-09-05 04:35:44 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/33176
EWS
Comment 3
2024-09-05 07:14:01 PDT
Committed
283208@main
(225e117425e5): <
https://commits.webkit.org/283208@main
> Reviewed commits have been landed. Closing PR #33176 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug