Hi Lars,
On 9/3/20 4:43 AM, poeschel(a)lemonage.de wrote:
From: Lars Poeschel <poeschel(a)lemonage.de>
I get a compilation error on plugins/xmm7xx.c:
CC plugins/xmm7xxx.o
../plugins/xmm7xxx.c:63:10: fatal error: dbus.h: No such file or directory
63 | #include "dbus.h"
| ^~~~~~~~
compilation terminated.
The commit that introduced this for me is: d2fd1721.
I do out-of-tree builds.
The fix is to simply delete the failing include. Since no other file in
ofono uses such an include i consider this as a mistake.
---
plugins/xmm7xxx.c | 1 -
1 file changed, 1 deletion(-)
Applied after tweaking the commit messagee, thanks.
Regards,
-Denis