summaryrefslogtreecommitdiff
path: root/mate-panel
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2020-10-02 14:59:32 -0700
committerraveit65 <[email protected]>2020-10-21 20:35:15 +0200
commit217aa88c0f53775abe472f10a16cd48769d7befe (patch)
tree3d27415d3cdc569018b8f70651c1123a376ae45d /mate-panel
parent9d924d645af59fd73110c710f186670869a7e569 (diff)
downloadmate-panel-217aa88c0f53775abe472f10a16cd48769d7befe.tar.bz2
mate-panel-217aa88c0f53775abe472f10a16cd48769d7befe.tar.xz
Link with libwayland
Diffstat (limited to 'mate-panel')
-rw-r--r--mate-panel/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am
index 2738a67b..1a2a8ee3 100644
--- a/mate-panel/Makefile.am
+++ b/mate-panel/Makefile.am
@@ -16,7 +16,7 @@ AM_CPPFLAGS = \
-DMATELOCALEDIR=\""$(datadir)/locale"\" \
-DPANELDATADIR=\""$(datadir)/mate-panel"\" \
$(DISABLE_DEPRECATED_CFLAGS) \
- $(GTK_LAYER_SHELL_CFLAGS)
+ $(WAYLAND_CFLAGS)
AM_CFLAGS = $(WARN_CFLAGS)
@@ -152,7 +152,6 @@ mate_panel_CPPFLAGS += \
$(WAYLAND_CFLAGS)
endif
-
mate_panel_LDADD = \
$(top_builddir)/mate-panel/mate-submodules/libegg/libegg.la \
$(top_builddir)/mate-panel/libmate-panel-applet-private/libmate-panel-applet-private.la \
@@ -161,7 +160,7 @@ mate_panel_LDADD = \
$(DCONF_LIBS) \
$(XRANDR_LIBS) \
$(X_LIBS) \
- $(GTK_LAYER_SHELL_LIBS) \
+ $(WAYLAND_LIBS) \
-lm
if ENABLE_WAYLAND