summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2022-06-30 12:59:45 +0300
committerMarius Vlad <marius.vlad@collabora.com>2022-09-23 13:57:26 +0300
commit1b4def3c480c6b4eadf0e8991c8ca827eb9de5c4 (patch)
treee218000419e41ffd7374f5c63dd30845b8ec8ec8 /tests
parent7d6dd013fbd3af18a2943e84961c6006a45483c8 (diff)
downloadweston-1b4def3c480c6b4eadf0e8991c8ca827eb9de5c4.tar.gz
libweston/desktop: Migrate libweston-desktop/libweston-desktop.h
With commit 'Move libweston-desktop into libweston' we've moved out libweston-desktop DSO into libweston. Move also the header to libweston/desktop. This removes removes the libweston-desktop pc file and bumps libweston major version to 12. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/weston-test-desktop-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/weston-test-desktop-shell.c b/tests/weston-test-desktop-shell.c
index eb231e0d..eaa0ad26 100644
--- a/tests/weston-test-desktop-shell.c
+++ b/tests/weston-test-desktop-shell.c
@@ -40,7 +40,7 @@
#include <libweston/config-parser.h>
#include "shared/helpers.h"
#include "shell-utils.h"
-#include <libweston-desktop/libweston-desktop.h>
+#include <libweston/desktop.h>
struct desktest_shell {
struct wl_listener compositor_destroy_listener;