[ease/json: 2/2] Drop libxml dependency.
- From: Nate Stedman <natesm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease/json: 2/2] Drop libxml dependency.
- Date: Sat, 29 May 2010 07:56:40 +0000 (UTC)
commit 0e4af5d76ed9f8e77a94d1cf9e12c4986a220e1c
Author: Nate Stedman <natesm gmail com>
Date: Sat May 29 03:56:20 2010 -0400
Drop libxml dependency.
Makefile.am | 1 -
README | 2 +-
configure.ac | 4 ++--
3 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index eb2b4c4..667d64f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,6 @@ VALAFLAGS = --pkg glib-2.0 \
--pkg gtk+-2.0 \
--pkg clutter-1.0 \
--pkg gdk-2.0 \
- --pkg libxml-2.0 \
--pkg gee-1.0 \
--pkg clutter-gtk-0.10 \
--pkg cogl-1.0 \
diff --git a/README b/README
index 98c424e..4809f8e 100644
--- a/README
+++ b/README
@@ -16,9 +16,9 @@ As well as these dependencies:
- clutter-1.0
- clutter-gtk-0.10
- gee-1.0
-- libxml-2.0
- cogl-1.0
- gio-2.0
+- json-glib-1.0
Remember to install the introspection packages as well, which
look like this :
diff --git a/configure.ac b/configure.ac
index 9f37224..078661a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,9 +27,9 @@ GNOME_COMPILE_WARNINGS([maximum])
GNOME_MAINTAINER_MODE_DEFINES
dnl FIXME
-pkg_modules="clutter-gtk-0.10 >= 0.10 gee-1.0 >= 0.5.0 libxml-2.0 >= 2.7.6 clutter-gst-1.0 >= 1.0.0 json-glib-1.0 >= 0.7.6"
+pkg_modules="clutter-gtk-0.10 >= 0.10 gee-1.0 >= 0.5.0 clutter-gst-1.0 >= 1.0.0 json-glib-1.0 >= 0.7.6"
-EASE_PACKAGES="--pkg glib-2.0 --pkg gtk+-2.0 --pkg clutter-1.0 --pkg gdk-2.0 --pkg libxml-2.0 --pkg gee-1.0 --pkg clutter-gtk-0.10 --pkg cogl-1.0 --pkg gio-2.0 --pkg clutter-gst-1.0 --pkg json-glib-1.0"
+EASE_PACKAGES="--pkg glib-2.0 --pkg gtk+-2.0 --pkg clutter-1.0 --pkg gdk-2.0 --pkg libxml-2.0 --pkg gee-1.0 --pkg clutter-gtk-0.10 --pkg cogl-1.0 --pkg gio-2.0 --pkg clutter-gst-1.0"
PKG_CHECK_MODULES(EASE, [$pkg_modules])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]