Skip to content

Commit

Permalink
mate-panel/Makefile.am: Cleanup WAYLAND_CFLAGS and WAYLAND_LIBS usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunweaver committed Jun 21, 2023
1 parent e2e3718 commit d3dde14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mate-panel/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ AM_CPPFLAGS = \
-I$(top_builddir)/mate-panel/libpanel-util \
-DMATELOCALEDIR=\""$(datadir)/locale"\" \
-DPANELDATADIR=\""$(datadir)/mate-panel"\" \
$(DISABLE_DEPRECATED_CFLAGS) \
$(WAYLAND_CFLAGS)
$(DISABLE_DEPRECATED_CFLAGS)

AM_CFLAGS = $(WARN_CFLAGS)

Expand Down Expand Up @@ -162,8 +161,7 @@ mate_panel_LDADD = \
$(PANEL_LIBS) \
$(DCONF_LIBS) \
$(XRANDR_LIBS) \
$(X_LIBS) \
$(WAYLAND_LIBS)
$(X_LIBS)

if ENABLE_RDA
mate_panel_LDADD += \
Expand Down

0 comments on commit d3dde14

Please sign in to comment.