Fixed wrong include path for wayland headers
removing leading 'wayland/' folder as it's unecessary and actually different on some distros
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "wiWaylandBackend.h"
|
||||
#include "wiWaylandUtils.h"
|
||||
#include <wayland/wayland-client-core.h>
|
||||
#include <wayland/wayland-client-protocol.h>
|
||||
#include <wayland/wayland-client.h>
|
||||
#include <wayland-client-core.h>
|
||||
#include <wayland-client-protocol.h>
|
||||
#include <wayland-client.h>
|
||||
#include <iostream>
|
||||
|
||||
#include "xdg-shell.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "wiWaylandWindow.h"
|
||||
#include <wayland/wayland-client.h>
|
||||
#include <wayland-client.h>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user