From 09594046f21290f0422b0332dadb504bb6d833ea Mon Sep 17 00:00:00 2001 From: Wu Zheng Date: Wed, 20 Mar 2013 13:28:28 +0800 Subject: [PATCH] Fix bug:TIVI-374[2.0] no hidd binary, which blocks bluetooth keyboard connection --- packaging/bluez.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/bluez.spec b/packaging/bluez.spec index 02d35ac..3b72b87 100644 --- a/packaging/bluez.spec +++ b/packaging/bluez.spec @@ -93,6 +93,7 @@ export LDFLAGS=" -lncurses -Wl,--as-needed " --enable-health \ --enable-dbusoob \ --enable-test \ + --enable-hidd \ --with-telephony=ofono make %{?jobs:-j%jobs} @@ -163,3 +164,4 @@ ln -s bluetooth.service %{buildroot}%{_libdir}/systemd/system/dbus-org.bluez.ser %{_bindir}/l2test %{_bindir}/rctest %{_libdir}/bluez/test/* +%{_bindir}/hidd -- 2.7.4