We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bde52c commit d806d04Copy full SHA for d806d04
Source/WebKit/PlatformWPE.cmake
@@ -104,8 +104,11 @@ list(APPEND WebKit_UNIFIED_SOURCE_LIST_FILES
104
105
list(APPEND WebKit_SERIALIZATION_IN_FILES Shared/glib/DMABufRendererBufferFormat.serialization.in)
106
107
+if (USE_GBM)
108
+ list(APPEND WebKit_SERIALIZATION_IN_FILES Shared/glib/DMABufObject.serialization.in)
109
+endif ()
110
+
111
list(APPEND WebKit_SERIALIZATION_IN_FILES
- Shared/glib/DMABufObject.serialization.in
112
Shared/glib/DMABufRendererBufferMode.serialization.in
113
Shared/glib/InputMethodState.serialization.in
114
Shared/glib/UserMessage.serialization.in
0 commit comments