summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-06 21:26:21 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-06 21:26:21 +0200
commitb9cd233f49f384ea4b8a91c5d1734aae3172bcae (patch)
treed1c7f4c377bca5a3e5b34d056fc24b18ea6af3d4
parentd7c114c00030309435fc56c77c8578a25d228ebe (diff)
we don't actually need libgee anymore
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac4
2 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index d08644a6f9..4611a66209 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -229,7 +229,7 @@ systemd_cgroups_agent_CPPFLAGS = \
systemd_cgroups_agent_LDADD = \
$(DBUS_LIBS)
-VALAFLAGS = -g --save-temps --pkg=dbus-glib-1 --pkg=posix --pkg gee-1.0 --pkg gtk+-2.0
+VALAFLAGS = -g --save-temps --pkg=dbus-glib-1 --pkg=posix --pkg gtk+-2.0
systemctl_SOURCES = \
systemctl.vala \
diff --git a/configure.ac b/configure.ac
index 95456cd0bc..044dc6febb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,10 +61,6 @@ PKG_CHECK_MODULES(DBUSGLIB, [ dbus-glib-1 ])
AC_SUBST(DBUSGLIB_CFLAGS)
AC_SUBST(DBUSGLIB_LIBS)
-PKG_CHECK_MODULES(GEE, [ gee-1.0 ])
-AC_SUBST(GEE_CFLAGS)
-AC_SUBST(GEE_LIBS)
-
PKG_CHECK_MODULES(GTK, [ gtk+-2.0 ])
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)