[Openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/Makefile.am

Kevin Brace kevinbrace at kemper.freedesktop.org
Wed Apr 25 04:21:15 UTC 2018


 configure.ac    |    2 +-
 src/Makefile.am |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit ebaaacf7aa1214d5ab87e74d62c9b5351dcd5699
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Wed Apr 11 16:21:27 2018 -0700

    Version bumped to 0.6.173
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/configure.ac b/configure.ac
index 9f1e275..83904ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-openchrome],
-        [0.6.172],
+        [0.6.173],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
         [xf86-video-openchrome])
 
commit cd754def9aab7389d86ae5823f7050df5b085df5
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Wed Apr 11 16:09:20 2018 -0700

    Fix for compilation script
    
    via_fp.h was missing.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

diff --git a/src/Makefile.am b/src/Makefile.am
index f0e4eca..c621bcc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,6 +54,7 @@ openchrome_drv_la_SOURCES = \
          via_driver.h \
          via_i2c.c \
          via_fp.c \
+         via_fp.h \
          via_memcpy.c \
          via_memmgr.h \
          via_memmgr.c \


More information about the Openchrome-devel mailing list