[plugins/platforms/drm] Fix includes
Incorrect includes resulted in build without GBM to fail.
This commit is contained in:
parent
9a10eabc11
commit
b4b0b100df
2 changed files with 2 additions and 3 deletions
|
@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "cursor.h"
|
||||
#include "logging.h"
|
||||
#include "logind.h"
|
||||
#include "main.h"
|
||||
#include "scene_qpainter_drm_backend.h"
|
||||
#include "screens_drm.h"
|
||||
#include "udev.h"
|
||||
|
|
|
@ -22,12 +22,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include "composite.h"
|
||||
#include "logging.h"
|
||||
#include "main.h"
|
||||
#include "screens_drm.h"
|
||||
#include "virtual_terminal.h"
|
||||
#include "wayland_server.h"
|
||||
#if HAVE_GBM
|
||||
#include "egl_gbm_backend.h"
|
||||
#endif
|
||||
// KWayland
|
||||
#include <KWayland/Server/display.h>
|
||||
#include <KWayland/Server/output_interface.h>
|
||||
|
|
Loading…
Reference in a new issue