Bug ID 1066066
Summary wayland-egl.h searches the wrong path
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component X.Org
Assignee xorg-maintainer-bugs@forge.provo.novell.com
Reporter bernd.paysan@gmx.de
QA Contact xorg-maintainer-bugs@forge.provo.novell.com
Found By ---
Blocker ---

In /usr/include/wayland/wayland-egl.h we have

#include <wayland-client.h>
#include "wayland-egl-core.h"

which fails (wayland includes are in a subdirectory, and you are not supposed
to add the wayland subdirectory into your preprocessor include path), should be

#include "wayland-client.h"
#include "wayland-egl-core.h"

Workaround: Just include wayland-egl-core.h instead.


You are receiving this mail because: