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-1168-gcd22e41
Date: Sat, 10 Sep 2011 03:26:27 +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  cd22e41cab8d5283656e71d8a95b410f07c1fd05 (commit)
       via  3e46d9d7f9f667a50cf772aed164827294715793 (commit)
      from  aa4e9c6537cad087628962c56e6354893db87be7 (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=cd22e41cab8d5283656e71d8a95b410f07c1fd05


commit cd22e41cab8d5283656e71d8a95b410f07c1fd05
Author: Rob Savoye <address@hidden>
Date:   Fri Sep 9 21:25:51 2011 -0600

    build the raw device if the FB GUI and AGG are to be built

diff --git a/configure.ac b/configure.ac
index 7069866..7d46552 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1014,7 +1014,11 @@ else
 fi
 build_x11_device=no
 build_directfb_device=no
-if test x"${build_fb}" = xyes; then
+if test x"${build_fb}" = xyes -o x"${build_fb}" = xauto; then
+  build_fb_agg=yes
+fi
+dnl AGG support for the framebuffer requires the rawfb device
+if test x"${build_fb_agg}" = xyes -a x"${build_agg}" = xyes; then
   build_rawfb_device=yes
   device_list="RawFB"
   ndevice=1
@@ -1073,7 +1077,7 @@ AC_ARG_ENABLE(device,
         build_vaapi_device=no
         build_egl_device=yes
         build_rawfb_device=yes
-        build_directfb_device=yes
+        build_directfb_device=no
         build_x11_device=yes
         ndevice=5
         ;;

http://git.savannah.gnu.org/cgit//commit/?id=3e46d9d7f9f667a50cf772aed164827294715793


commit 3e46d9d7f9f667a50cf772aed164827294715793
Author: Rob Savoye <address@hidden>
Date:   Fri Sep 9 21:24:58 2011 -0600

    build all devices too for distcheck

diff --git a/Makefile.am b/Makefile.am
index 31b8fe1..0ef6be1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
        --with-plugins-install=prefix \
        --enable-extensions=all \
        --enable-gui=all \
+       --enable-device=all \
        --enable-python \
        --enable-cygnal
 

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

Summary of changes:
 Makefile.am  |    1 +
 configure.ac |    8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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