gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1189-gb9e5fa3
Date: Sat, 24 Sep 2011 01:34:55 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  b9e5fa3b9abb45cb872cc69722638ecdb3724f5c (commit)
      from  33b7184bbe3323ad5b517ee5865b36f8ca5dc08f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=b9e5fa3b9abb45cb872cc69722638ecdb3724f5c


commit b9e5fa3b9abb45cb872cc69722638ecdb3724f5c
Author: Rob Savoye <address@hidden>
Date:   Fri Sep 23 19:34:43 2011 -0600

    Don't configure in Linux input events on any BSD distro. For bug #34373.

diff --git a/configure.ac b/configure.ac
index 06f0dbe..c71c441 100644
--- a/configure.ac
+++ b/configure.ac
@@ -850,7 +850,11 @@ AC_ARG_ENABLE(input,
       a*) dnl all
         build_ps2mouse=yes
         build_ps2keyboard=yes
-        build_input_events=yes
+        if test x"${bsd} = x"yes"; then
+          build_input_events=no
+        else
+          build_input_events=yes
+        fi
         build_tslib=yes
         input_events="PS/2 Mouse, PS/2 Keyboard, Input Devices, Touchscreen 
via Tslib"                
         ;;

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]