Update avv description
authorMyhailo Danylenko <isbear@ukrpost.net>
Sat, 07 May 2011 15:19:33 +0300
changeset 22 b71ca771fa1a
parent 21 8b61328ab7c1
child 23 94ab746087f6
Update avv description
env.avv.in
env.c
--- a/env.avv.in	Tue May 03 14:44:28 2011 +0300
+++ b/env.avv.in	Sat May 07 15:19:33 2011 +0300
@@ -3,7 +3,8 @@
 Method:      glib
 Version:     ${PROJECT_VERSION}
 Description: ${CPACK_PACKAGE_DESCRIPTION_SUMMARY}
-Requires:    modules:2 + commands:3 + compl:3 + logprint:3 + utils:2
+# commands depend on building environment: 4, 3, 2+1
+Requires:    commands:4 + logprint:3
 Init:        env_load
 Uninit:      env_unload
 
--- a/env.c	Tue May 03 14:44:28 2011 +0300
+++ b/env.c	Sat May 07 15:19:33 2011 +0300
@@ -26,7 +26,6 @@
 #include <errno.h>
 
 #include <mcabber/commands.h>
-#include <mcabber/utils.h>
 #include <mcabber/compl.h>
 #include <mcabber/logprint.h>
 #include <mcabber/modules.h>