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. 17b5ba85b04310e6cf5b


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 17b5ba85b04310e6cf5b80ad567457b81255823d
Date: Fri, 10 Dec 2010 03:23:58 +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  17b5ba85b04310e6cf5b80ad567457b81255823d (commit)
      from  f4bfb36984347440f57cc3941c45346f9e9aab9e (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=17b5ba85b04310e6cf5b80ad567457b81255823d


commit 17b5ba85b04310e6cf5b80ad567457b81255823d
Author: Rob Savoye <address@hidden>
Date:   Thu Dec 9 20:23:34 2010 -0700

    don't build the Framebuffer GUI for BSD when --enable-gui=all is used

diff --git a/configure.ac b/configure.ac
index 152ae0c..b24f5c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -632,7 +632,10 @@ AC_ARG_ENABLE(gui,
         ;;
       all|ALL)
         build_dump=yes
-        build_fb=yes
+        dnl BSD doesn't have a framebuffer interface
+        if test x${linux} = xyes; then
+          build_fb=yes
+        fi
         build_kde4=yes
         build_sdl=yes
         ;;

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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