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: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2170-gc424703
Date: Sun, 26 Oct 2014 00:18:42 +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  c4247039bbe02c75f6fb93c39af503c69cf0883c (commit)
      from  9d03e99c8b9967c9e132c23ebdfa4b29089b0d56 (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=c4247039bbe02c75f6fb93c39af503c69cf0883c


commit c4247039bbe02c75f6fb93c39af503c69cf0883c
Author: Gabriele Giacone <address@hidden>
Date:   Sun Oct 26 02:13:31 2014 +0200

    Fix distcheck [--enable-device=all] on Debian sid.

diff --git a/gui/fb/fb.am b/gui/fb/fb.am
index 2182f1b..cccdd0c 100644
--- a/gui/fb/fb.am
+++ b/gui/fb/fb.am
@@ -62,6 +62,10 @@ fb_gnash_CPPFLAGS += \
 fb_gnash_LDADD += $(GLES1_LIBS) $(EGL_LIBS)
 endif  # BUILD_OVG_RENDERER
 
+if BUILD_EGL_DEVICE
+fb_gnash_LDADD += $(EGL_LIBS)
+endif   # BUILD_EGL_DEVICE
+
 if ANDROID
 fb_gnash_LDADD +=  -lui -llog
 endif  # ANDROID

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

Summary of changes:
 gui/fb/fb.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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