[ease/plugins: 19/37] Remove extra reference to libsexy



commit b909fc4bf76cd662c0e8409716bf860c8ba4ddf8
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date:   Sat Jun 19 12:21:18 2010 +0200

    Remove extra reference to libsexy

 Makefile.am  |    1 -
 README       |    1 -
 configure.ac |    4 ++--
 3 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4fbb627..17a4663 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,7 +81,6 @@ VALAFLAGS = --pkg glib-2.0 \
 		--pkg clutter-gst-1.0\
 		--pkg json-glib-1.0\
 		--pkg libarchive\
-		--pkg libsexy\
 		--pkg rest-extras-0.6\
 		-g \
 		--thread \
diff --git a/README b/README
index c48cbcd..72587f6 100644
--- a/README
+++ b/README
@@ -21,7 +21,6 @@ As well as these dependencies:
 - gio-2.0
 - json-glib-1.0
 - libarchive
-- libsexy
 - rest-extras-0.6
 
 Remember to install the introspection packages as well, which
diff --git a/configure.ac b/configure.ac
index a3cffa4..b15abfe 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 clutter-gst-1.0 >= 1.0.0 json-glib-1.0 >= 0.7.6 libarchive libsexy rest-extras-0.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 libarchive rest-extras-0.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 libarchive --pkg rest-extras-0.6 --pkg libsexy"
+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 libarchive --pkg rest-extras-0.6"
 
 PKG_CHECK_MODULES(EASE, [$pkg_modules])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]