CVSROOT: /sources/gnash Module name: gnash Changes by: Markus Gothe <nihilus> 07/07/21 01:08:38
Modified files: . : ChangeLog gui : Makefile.am Log message: Added Aqua-GUI files... CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3778&r2=1.3779 http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Makefile.am?cvsroot=gnash&r1=1.84&r2=1.85 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.3778 retrieving revision 1.3779 diff -u -b -r1.3778 -r1.3779 --- ChangeLog 20 Jul 2007 16:42:35 -0000 1.3778 +++ ChangeLog 21 Jul 2007 01:08:38 -0000 1.3779 @@ -1,3 +1,7 @@ +2007-07-21 Markus Gothe <[EMAIL PROTECTED]> + + * gui/Makefile.am: Added BUILD_GUI_AQUA. + 2007-07-20 Udo Giacomozzi <[EMAIL PROTECTED]> * server/edit_text_character.cpp: fix background and cxform for Index: gui/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/gui/Makefile.am,v retrieving revision 1.84 retrieving revision 1.85 diff -u -b -r1.84 -r1.85 --- gui/Makefile.am 20 Jul 2007 01:50:31 -0000 1.84 +++ gui/Makefile.am 21 Jul 2007 01:08:38 -0000 1.85 @@ -15,6 +15,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# $Id: Makefile.am,v 1.85 2007/07/21 01:08:38 nihilus Exp $ + AUTOMAKE_OPTIONS = -Wno-portability localedir = $(datadir)/locale @@ -103,6 +105,21 @@ LIB_FLAGS = -release $(VERSION) endif # DYNAMIC_GUI +# AQUA Toolkit +if BUILD_AQUA_GUI +if HAVE_OPENGL + plugins_LTLIBRARIES += libgnashaqua_gl.la + libgnashaqua_gl_la_CPPFLAGS = -DGUI_AQUA $(AM_CPPFLAGS) \ + $(OPENGL_CFLAGS) + libgnashaqua_gl_la_SOURCES = $(PLAYER_SRCS) \ + aqua_ogl_glue.cpp aqua_ogl_glue.h \ + aqua.cpp aquasup.h aqua_glue.h + libgnashaqua_gl_la_LDFLAGS = $(LIB_FLAGS) + libgnashaqua_gl_la_LIBADD = \ + $(top_builddir)/backend/libgnashogl.la libgnashgui.la +endif # HAVE_OPENGL +endif # BUILD_AQUA_GUI + # GTK2 Toolkit if BUILD_GTK_GUI if HAVE_OPENGL _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit