diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-06-25 19:47:08 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-06-25 19:50:39 -0400 |
commit | 547cf7dbc1e38bda791bdab3a665ccfe6e26915f (patch) | |
tree | 534eaf69c93b36bab22e37d8b54acb7b4a6ea020 /app/app.pro | |
parent | e49a29beae53f89fc23760d7c4ccd3caeb9640af (diff) |
Fixes to work with running as non-root and 4A removal
Added the missing new audio permission to the widget manifest, and
reworked ringtone audio output to remove 4A support.
Bug-AGL: SPEC-2558
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I7ca5a438333bd046a1634a9056291bd7c215d4e6
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.pro b/app/app.pro index 2a6a48b..71cd509 100644 --- a/app/app.pro +++ b/app/app.pro @@ -5,7 +5,7 @@ SOURCES = main.cpp phone.cpp fileplayer.cpp HEADERS = phone.h numbertype.h fileplayer.h CONFIG += link_pkgconfig -PKGCONFIG += libhomescreen qlibwindowmanager qtappfw libafbwsc gstreamer-1.0 +PKGCONFIG += libhomescreen qlibwindowmanager qtappfw gstreamer-1.0 RESOURCES += \ phone.qrc \ |