[gnome-bluetooth] build: Remove dbus-glib dep from public library
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] build: Remove dbus-glib dep from public library
- Date: Thu, 6 Oct 2011 13:52:08 +0000 (UTC)
commit b343cc502f41e8217014508162b41e6c517ec747
Author: Bastien Nocera <hadess hadess net>
Date: Thu Oct 6 11:14:11 2011 +0100
build: Remove dbus-glib dep from public library
configure.ac | 4 +---
gnome-bluetooth-1.0.pc.in | 1 -
2 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bb8a58e..63d4d29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,9 +135,7 @@ PKG_CHECK_MODULES(INPUT,
gtk+-3.0)
dnl Requires for the public library
-PKG_CHECK_MODULES(LIBGNOMEBT,
- dbus-glib-1 >= $DBUS_GLIB_REQUIRED
- gtk+-3.0)
+PKG_CHECK_MODULES(LIBGNOMEBT, gtk+-3.0)
dnl Requires for the private library
PKG_CHECK_MODULES(COMMON,
diff --git a/gnome-bluetooth-1.0.pc.in b/gnome-bluetooth-1.0.pc.in
index b805eb7..888063e 100644
--- a/gnome-bluetooth-1.0.pc.in
+++ b/gnome-bluetooth-1.0.pc.in
@@ -9,6 +9,5 @@ Name: gnome-bluetooth-1.0
Description: Widgets for Bluetooth device selection
Version: @VERSION@
Requires: gtk+-3.0
-Requires.private: dbus-glib-1
Libs: -L${libdir} -lgnome-bluetooth
Cflags: -I${includedir}/gnome-bluetooth
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]