[Spice-commits] 2 commits - README src/Makefile.am

Christophe Fergau teuf at kemper.freedesktop.org
Fri Mar 10 13:24:57 UTC 2017


 README          |    2 +-
 src/Makefile.am |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 25709f0fb5265df748154727eb4df2149cd6b947
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Fri Mar 10 14:24:32 2017 +0100

    doc: Mention python in the git build requirements

diff --git a/README b/README
index 12513c5..408c2f2 100644
--- a/README
+++ b/README
@@ -53,4 +53,4 @@ gstreamer1-devel gstreamer1-plugins-base-devel gstreamer1-plugins-good gstreamer
 
 . If you build from git, you'll also need:
 
-libtool automake vala vala-tools
+libtool automake vala vala-tools python2/python3
commit 89854e5b6821642cd4fb3f05f10d4d54007c802e
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Fri Mar 10 12:29:10 2017 +0100

    doc: Remove perl(Text::CSV) references
    
    It's no longer used since commit e271222e "Switch over to using
    keycodemapdb submodule"

diff --git a/README b/README
index 43ee08a..12513c5 100644
--- a/README
+++ b/README
@@ -53,4 +53,4 @@ gstreamer1-devel gstreamer1-plugins-base-devel gstreamer1-plugins-good gstreamer
 
 . If you build from git, you'll also need:
 
-libtool automake vala vala-tools perl-Text-CSV
+libtool automake vala vala-tools
diff --git a/src/Makefile.am b/src/Makefile.am
index 594c0de..11d0de6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,6 @@ if WITH_CONTROLLER
 SUBDIRS += controller
 endif
 
-# Avoid need for perl(Text::CSV) by end users
 KEYMAPS =					\
 	vncdisplaykeymap_xorgevdev2xtkbd.c	\
 	vncdisplaykeymap_xorgkbd2xtkbd.c	\


More information about the Spice-commits mailing list