summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2019-07-09 20:40:41 +0000
committerraveit65 <[email protected]>2019-07-12 23:19:58 +0200
commit71f796cdf6bf15fd986ea3edf91da2380488dc3b (patch)
treebd9427ec1c667fa2f142533f34cfe7813022323a
parentf6c0d20f955d7c5d7798f7044f7e5de462c90410 (diff)
downloadmate-panel-71f796cdf6bf15fd986ea3edf91da2380488dc3b.tar.bz2
mate-panel-71f796cdf6bf15fd986ea3edf91da2380488dc3b.tar.xz
Fix GTK Layer Shell include and CFLAGS
-rw-r--r--mate-panel/Makefile.am2
-rw-r--r--mate-panel/wayland-backend.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am
index 4255db34..bd806487 100644
--- a/mate-panel/Makefile.am
+++ b/mate-panel/Makefile.am
@@ -14,7 +14,7 @@ AM_CPPFLAGS = \
-I$(top_builddir)/mate-panel/libpanel-util \
-DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DPANELDATADIR=\""$(datadir)/mate-panel"\" \
- $(DISABLE_DEPRECATED_CFLAGS)
+ $(DISABLE_DEPRECATED_CFLAGS) \
$(GTK_LAYER_SHELL_CFLAGS)
AM_CFLAGS = $(WARN_CFLAGS)
diff --git a/mate-panel/wayland-backend.c b/mate-panel/wayland-backend.c
index 39e4a01d..93e1ea9d 100644
--- a/mate-panel/wayland-backend.c
+++ b/mate-panel/wayland-backend.c
@@ -24,7 +24,7 @@
#include <config.h>
-#include <gtk-layer-shell/gtk-layer-shell.h>
+#include <gtk-layer-shell.h>
#include "wayland-backend.h"