mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 04:20:04 +01:00
lib: Remove dbus-glib from the dependencies
libupower-glib now uses GDBus.
This commit is contained in:
parent
5adf4c1e20
commit
8c83871f10
2 changed files with 2 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
|||
AM_CPPFLAGS = \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(DBUS_GLIB_CFLAGS) \
|
||||
$(GIO_UNIX_CFLAGS) \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_srcdir) \
|
||||
|
|
@ -83,8 +82,7 @@ libupower_glib_la_SOURCES = \
|
|||
libupower_glib_la_LIBADD = \
|
||||
$(INTLLIBS) \
|
||||
$(GLIB_LIBS) \
|
||||
$(GIO_UNIX_LIBS) \
|
||||
$(DBUS_GLIB_LIBS)
|
||||
$(GIO_UNIX_LIBS)
|
||||
|
||||
libupower_glib_la_LDFLAGS = \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||
Name: upower-glib
|
||||
Description: UPower is a system daemon for managing power devices
|
||||
Version: @VERSION@
|
||||
Requires.private: dbus-1, dbus-glib-1, gthread-2.0, gio-2.0
|
||||
Requires.private: gthread-2.0, gio-2.0
|
||||
Requires: glib-2.0, gobject-2.0
|
||||
Libs: -L${libdir} -lupower-glib
|
||||
Cflags: -I${includedir}/libupower-glib
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue