Files
chromium-dev/chromium-132-old_libdrm.patch
Ruediger Oertel 4f00b34d4e (split off to only apply after the reverse)
* chromium-132-old_libdrm.patch
    (applied only on 15.5 with libdrm < 2.4.116)
  * chromium-132-pdfium-explicit-template.patch
    (error: alias template requires template arguments)

OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium-beta?expand=0&rev=100
2024-12-03 16:52:05 +00:00

11 lines
519 B
Diff

--- chromium-132.0.6834.15/ui/ozone/platform/wayland/host/drm_syncobj_ioctl_wrapper.cc 2024/11/28 23:30:19 1.1
+++ chromium-132.0.6834.15/ui/ozone/platform/wayland/host/drm_syncobj_ioctl_wrapper.cc 2024/11/28 23:32:09
@@ -47,6 +47,6 @@
uint64_t point,
int ev_fd,
uint32_t flags) {
- return drmSyncobjEventfd(fd_.get(), handle, point, ev_fd, flags);
+ return -1;
}
} // namespace ui