Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rings:1-MinimalX
libnvidia-egl-wayland
0002-Fix-the-include-path-for-drm_fourcc.h.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-Fix-the-include-path-for-drm_fourcc.h.patch of Package libnvidia-egl-wayland
From 7c18d91d3605785b0d5a821b067cda5d61b2710f Mon Sep 17 00:00:00 2001 From: Kyle Brenneman <kbrenneman@nvidia.com> Date: Mon, 26 Aug 2024 09:16:20 -0600 Subject: [PATCH 2/9] Fix the include path for drm_fourcc.h. Remove the leading "libdrm/" when including drm_fourcc.h. We shouldn't hard-code a path like that -- using pkg-config should add the appropriate include path. --- src/wayland-eglsurface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-eglsurface.c b/src/wayland-eglsurface.c index da08fb2..1b8ff77 100644 --- a/src/wayland-eglsurface.c +++ b/src/wayland-eglsurface.c @@ -41,7 +41,7 @@ #include <fcntl.h> #include <poll.h> #include <errno.h> -#include <libdrm/drm_fourcc.h> +#include <drm_fourcc.h> #include <sys/stat.h> #include <xf86drm.h> #include <stdio.h> -- 2.43.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor