[openchrome-devel] xf86-video-openchrome: Branch 'main' - 2 commits - configure.ac src/openchrome_drm.h

Kevin Brace kevinbrace at kemper.freedesktop.org
Thu Jun 24 21:36:15 UTC 2021


 configure.ac         |    2 +-
 src/openchrome_drm.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 66c43d91b7e834d872a33f96fb8c5ac550f4ebfe
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Thu Jun 24 14:35:18 2021 -0700

    Version bumped to 0.6.404
    
    A one line fix for a compile error that affects some users.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index 70b0190..f2f4086 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-openchrome],
-        [0.6.403],
+        [0.6.404],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit b4c9be7e539bde53b122ad647ba6b16dddf9aac9
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Thu Jun 24 13:56:00 2021 -0700

    Change how drm.h location is specified inside src/openchrome_drm.h
    
    Several people have reported a compile error if the location of drm.h
    is specified with the path.  Stop specifying the path.  Furthermore,
    use double quotes rather than angle brackets when including drm.h.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/openchrome_drm.h b/src/openchrome_drm.h
index 6253612..bfa296e 100644
--- a/src/openchrome_drm.h
+++ b/src/openchrome_drm.h
@@ -32,7 +32,7 @@
 #define __OPENCHROME_DRM_H__
 
 
-#include <drm/drm.h>
+#include "drm.h"
 
 
 #if defined(__cplusplus)


More information about the openchrome-devel mailing list