libweston: do not include config-parser.h
config-parser.h is a helper API that libweston core must never depend on. Using it is a compositor frontend decision. Including it in libweston.h would give the wrong message. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
committed by
Daniel Stone
parent
49dc32013e
commit
1c0d04bff7
@@ -31,6 +31,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include <libweston/config-parser.h>
|
||||
|
||||
void
|
||||
screenshooter_create(struct weston_compositor *ec);
|
||||
|
||||
Reference in New Issue
Block a user