seed r617 - in tags/seed-0.3: . examples examples/clutter-shader examples/lightsoff examples/lightsoff/legacy modules/readline
- From: racarr svn gnome org
- To: svn-commits-list gnome org
- Subject: seed r617 - in tags/seed-0.3: . examples examples/clutter-shader examples/lightsoff examples/lightsoff/legacy modules/readline
- Date: Thu, 1 Jan 2009 07:55:03 +0000 (UTC)
Author: racarr
Date: Thu Jan 1 07:55:02 2009
New Revision: 617
URL: http://svn.gnome.org/viewvc/seed?rev=617&view=rev
Log:
Merge changes from trunk in to 0.3 tag.
Modified:
tags/seed-0.3/ (props changed)
tags/seed-0.3/configure.ac
tags/seed-0.3/examples/clutter-shader/ (props changed)
tags/seed-0.3/examples/lightsoff/arrow-r.svg (props changed)
tags/seed-0.3/examples/lightsoff/lcd-back.svg (props changed)
tags/seed-0.3/examples/lightsoff/lcd-front.svg (props changed)
tags/seed-0.3/examples/lightsoff/lcd-off.svg (props changed)
tags/seed-0.3/examples/lightsoff/legacy/lightsoff.js (props changed)
tags/seed-0.3/examples/lightsoff/light-off.svg (props changed)
tags/seed-0.3/examples/lightsoff/light-on.svg (props changed)
tags/seed-0.3/examples/repl.js (props changed)
tags/seed-0.3/modules/readline/Makefile.am
Modified: tags/seed-0.3/configure.ac
==============================================================================
--- tags/seed-0.3/configure.ac (original)
+++ tags/seed-0.3/configure.ac Thu Jan 1 07:55:02 2009
@@ -102,8 +102,8 @@
AC_SUBST(SEED_PROFILE_LDFLAGS)
dnl ===========================Packages========================================
-PKG_CHECK_MODULES(SEED, gobject-introspection-1.0 webkit-1.0)
-PKG_CHECK_MODULES(LIBSEED, gobject-introspection-1.0 webkit-1.0)
+PKG_CHECK_MODULES(SEED, gobject-introspection-1.0 webkit-1.0 libffi)
+PKG_CHECK_MODULES(LIBSEED, gobject-introspection-1.0 webkit-1.0 libffi)
AC_CONFIG_FILES([
seed.pc])
Modified: tags/seed-0.3/modules/readline/Makefile.am
==============================================================================
--- tags/seed-0.3/modules/readline/Makefile.am (original)
+++ tags/seed-0.3/modules/readline/Makefile.am Thu Jan 1 07:55:02 2009
@@ -13,7 +13,8 @@
-I../../libseed/ \
`pkg-config --cflags seed` \
`pkg-config --cflags glib-2.0` -g \
- `pkg-config --cflags gobject-introspection-1.0`
+ `pkg-config --cflags gobject-introspection-1.0` \
+ `pkg-config --cflags libffi`
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]