summaryrefslogtreecommitdiff
path: root/desktop-shell
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 /desktop-shell
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 'desktop-shell')
-rw-r--r--desktop-shell/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
index 9da08aef..40f3b8c3 100644
--- a/desktop-shell/shell.c
+++ b/desktop-shell/shell.c
@@ -43,7 +43,7 @@
#include "shared/helpers.h"
#include "shared/timespec-util.h"
#include "shell-utils.h"
-#include <libweston-desktop/libweston-desktop.h>
+#include <libweston/desktop.h>
#define DEFAULT_NUM_WORKSPACES 1
#define DEFAULT_WORKSPACE_CHANGE_ANIMATION_LENGTH 200