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-1190-g42c25dd
Date: Sat, 24 Sep 2011 02:13:28 +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  42c25dd560e4c9152a8dbd2d8cb4e293fcc61d60 (commit)
      from  b9e5fa3b9abb45cb872cc69722638ecdb3724f5c (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=42c25dd560e4c9152a8dbd2d8cb4e293fcc61d60


commit 42c25dd560e4c9152a8dbd2d8cb4e293fcc61d60
Author: Rob Savoye <address@hidden>
Date:   Fri Sep 23 20:13:16 2011 -0600

    fix typo, only build inout events on Linux

diff --git a/configure.ac b/configure.ac
index c71c441..508196a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -850,12 +850,12 @@ AC_ARG_ENABLE(input,
       a*) dnl all
         build_ps2mouse=yes
         build_ps2keyboard=yes
-        if test x"${bsd} = x"yes"; then
-          build_input_events=no
-        else
+        build_tslib=yes
+        if test x"${build_fb}" = xyes -a x"${linux}" = xyes; then
           build_input_events=yes
+        else
+          build_input_events=no
         fi
-        build_tslib=yes
         input_events="PS/2 Mouse, PS/2 Keyboard, Input Devices, Touchscreen 
via Tslib"                
         ;;
       *) AC_MSG_ERROR([invalid input device list! ${enableval} given (accept: 
ps2mouse|keyboard|events,touchscreen)])

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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