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. 1f4a48e550988b1e5f6a


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 1f4a48e550988b1e5f6aef838ad3f1f26ab261dc
Date: Sun, 31 Oct 2010 20:43:34 +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  1f4a48e550988b1e5f6aef838ad3f1f26ab261dc (commit)
       via  0f94bf04ce66e571f05c311686caac292f351637 (commit)
      from  c49dbeaee649e3a05b639ebd2d8e598e66690f1a (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=1f4a48e550988b1e5f6aef838ad3f1f26ab261dc


commit 1f4a48e550988b1e5f6aef838ad3f1f26ab261dc
Author: Benjamin Wolsey <address@hidden>
Date:   Sun Oct 31 21:15:39 2010 +0100

    Drop left over code from old GUIs.

diff --git a/configure.ac b/configure.ac
index d792602..5103c01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2772,12 +2772,6 @@ fi
 if test x$build_qtopia4 = xyes; then
   SUPPORTED_GUIS="${SUPPORTED_GUIS},qtopia4"
 fi
-if test x$build_hildon = xyes; then
-  SUPPORTED_GUIS="${SUPPORTED_GUIS},hildon"
-fi
-if test x$build_alp = xyes; then
-  SUPPORTED_GUIS="${SUPPORTED_GUIS},alp"
-fi
 if test x$build_fb = xyes; then
   SUPPORTED_GUIS="${SUPPORTED_GUIS},fb"
 fi

http://git.savannah.gnu.org/cgit//commit/?id=0f94bf04ce66e571f05c311686caac292f351637


commit 0f94bf04ce66e571f05c311686caac292f351637
Author: Benjamin Wolsey <address@hidden>
Date:   Sun Oct 31 20:44:46 2010 +0100

    Don't build BitmapSmoothingTest for ming version below 0.4.3.

diff --git a/testsuite/misc-ming.all/Makefile.am 
b/testsuite/misc-ming.all/Makefile.am
index 04a224a..1b45942 100644
--- a/testsuite/misc-ming.all/Makefile.am
+++ b/testsuite/misc-ming.all/Makefile.am
@@ -188,7 +188,6 @@ check_PROGRAMS = \
        BitmapDataTest \
        BitmapDataTestRunner \
        BitmapDataDraw \
-       BitmapSmoothingTest \
        $(NULL)
        
 if MING_VERSION_0_4_4
@@ -203,6 +202,7 @@ check_PROGRAMS += \
        EmbeddedSoundTest-Runner \
        eventSoundTest1 \
        eventSoundTest1-Runner \
+       BitmapSmoothingTest \
        $(NULL)
 endif
 

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

Summary of changes:
 configure.ac                        |    6 ------
 testsuite/misc-ming.all/Makefile.am |    2 +-
 2 files changed, 1 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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