2008-03-04 Dan Williams <dcbw@redhat.com>

Patch from Michael Biebl <biebl@debian.org>

	* NetworkManager.pc.in
		- doesn't actually depend on dbus-1

	* libnm-util/nm-utils.h
		- remove unused #include <dbus/dbus.h>

	* libnm-glib/libnm_glib.pc.in
		- depends on glib and dbus-glib



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3374 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-03-04 21:59:24 +00:00
parent 4c8da03410
commit 529a246913
4 changed files with 15 additions and 3 deletions

View file

@ -1,3 +1,16 @@
2008-03-04 Dan Williams <dcbw@redhat.com>
Patch from Michael Biebl <biebl@debian.org>
* NetworkManager.pc.in
- doesn't actually depend on dbus-1
* libnm-util/nm-utils.h
- remove unused #include <dbus/dbus.h>
* libnm-glib/libnm_glib.pc.in
- depends on glib and dbus-glib
2008-03-02 Dan Williams <dcbw@redhat.com>
* src/NetworkManagerPolicy.c

View file

@ -6,6 +6,6 @@ libgnome_serverdir=@libexecdir@
Name: NetworkManager
Description: System for maintaining active network connection
Requires: dbus-1
Requires:
Version: @VERSION@
Cflags: -I${includedir}/NetworkManager

View file

@ -6,7 +6,7 @@ includedir=@includedir@
Name: libnm_glib
Description: Convenience library for clients of NetworkManager
Version: @VERSION@
Requires: NetworkManager >= 0.7.0
Requires: NetworkManager >= 0.7.0 glib-2.0 dbus-glib-1
Cflags: -I${includedir}/libnm-glib
Libs: -L${libdir} -lnm_glib

View file

@ -25,7 +25,6 @@
#include <glib.h>
#include <execinfo.h>
#include <dbus/dbus.h>
#include "nm-connection.h"