From 0f9e9e41961a896ad2dc2bb05fcd7f5d9ee9e26b Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 26 Jun 2017 18:34:20 -0700 Subject: binding: bluetooth: switch from dbus calls to system binding Use the system wide binding for Bluetooth access to get AVRCP metadata, and triggers controls. Bug-AGL: SPEC-610 SPEC-615 Change-Id: Ic894c75d663b797b8a331236ff756b3b94bc13c8 Signed-off-by: Matt Ranostay --- app/app.pri | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/app.pri') diff --git a/app/app.pri b/app/app.pri index 56bc949..7ec39b1 100644 --- a/app/app.pri +++ b/app/app.pri @@ -14,8 +14,6 @@ packagesExist(sqlite3 lightmediascanner) { } packagesExist(dbus-1) { - HEADERS += dbus.h - SOURCES += dbus.cpp DEFINES += HAVE_DBUS QT += dbus } -- cgit 1.2.3-korg