diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-19 17:45:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-22 21:52:29 +0100 |
commit | a4b9e072623de5951e54cdca716654ef0554587d (patch) | |
tree | 5895758e5e2f20d7e05b29e027bf99632c6516e0 /package/dbus/Makefile | |
parent | 8f13d053be3947594de1d2fc7d26836fd78bc579 (diff) |
dbus needs threads
Diffstat (limited to 'package/dbus/Makefile')
-rw-r--r-- | package/dbus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dbus/Makefile b/package/dbus/Makefile index 8f99efdb6..9b897054e 100644 --- a/package/dbus/Makefile +++ b/package/dbus/Makefile @@ -11,6 +11,7 @@ PKG_DESCR:= desktop bus daemon PKG_SECTION:= sys/misc PKG_DEPENDS:= libdbus libexpat PKG_BUILDDEP:= expat util-linux +PKG_NEEDS:= threads PKG_URL:= http://dbus.freedesktop.org/ PKG_SITES:= http://dbus.freedesktop.org/releases/dbus/ PKG_LIBNAME:= libdbus |