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-1461-g55ea6ac
Date: Wed, 11 Apr 2012 15:44:01 +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  55ea6acde7fdad76449627cccb513cea7069151a (commit)
      from  10d0e4e5c828ea2061cf50f671d21fb2f6181f7d (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=55ea6acde7fdad76449627cccb513cea7069151a


commit 55ea6acde7fdad76449627cccb513cea7069151a
Author: Rob Savoye <address@hidden>
Date:   Wed Apr 11 09:43:47 2012 -0600

    Flag an error if the FB gui is configured without the rawfb device. For 
#108015.

diff --git a/configure.ac b/configure.ac
index b3792ea..967fe5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1135,6 +1135,10 @@ if test x"${have_ffmpeg_vaapi}" = x"yes" -a 
x"${build_vaapi_device}" = x"yes"; t
   fi
 fi
 
+if test x"${build_fb_agg}" = xyes -a x"${build_rawfb_device}" = xno; then
+  AC_MSG_ERROR([Framebuffer GUI requires the rawfb device.])
+fi
+
 dnl libVA drivers. We declare conditional for both the option being
 dnl selected, as well as whether or not it's found. This we can
 dnl generate better error handling if it's not found.

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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