Shawn Dunn
856f7d551b
* Don't leak VirtualInputDevice keyboards (#3720) * kms: skip simple-framebuffer devices (#3721) * DesktopFileManager::resolve_app_id no longer returns an app id with a * Fix the inotify event handling in OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/mir?expand=0&rev=14
26 lines
708 B
Diff
26 lines
708 B
Diff
From 9e7d2d41325fd09e89308101c67fd791a50c98c5 Mon Sep 17 00:00:00 2001
|
|
From: "Shawn W. Dunn" <sfalken@cloverleaf-linux.org>
|
|
Date: Tue, 29 Oct 2024 17:57:08 -0700
|
|
Subject: [PATCH 1/2] Fix include paths
|
|
|
|
---
|
|
tests/include/mir/test/doubles/mock_libinput.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/include/mir/test/doubles/mock_libinput.h b/tests/include/mir/test/doubles/mock_libinput.h
|
|
index 4487f82..b59a438 100644
|
|
--- a/tests/include/mir/test/doubles/mock_libinput.h
|
|
+++ b/tests/include/mir/test/doubles/mock_libinput.h
|
|
@@ -21,7 +21,7 @@
|
|
|
|
#include <optional>
|
|
#include <gmock/gmock.h>
|
|
-#include <libinput.h>
|
|
+#include <libinput/libinput.h>
|
|
|
|
namespace mir
|
|
{
|
|
--
|
|
2.48.1
|
|
|