Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libmate-panel-applet: Stop X11 specific files from building on Wayland
  • Loading branch information
wmww authored and raveit65 committed Jan 25, 2019
1 parent 793cc25 commit 23e1bda
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions libmate-panel-applet/Makefile.am
Expand Up @@ -23,10 +23,14 @@ libmate_panel_applet_4_la_SOURCES = \
mate-panel-applet-factory.c \
mate-panel-applet-gsettings.c \
mate-panel-applet-gsettings.h \
panel-plug.c \
panel-plug-private.h \
panel-applet-private.h

if ENABLE_X11
libmate_panel_applet_4_la_SOURCES += \
panel-plug.c \
panel-plug-private.h
endif

libmate_panel_applet_4_la_LIBADD = \
$(LIBMATE_PANEL_APPLET_LIBS) \
$(X_LIBS)
Expand Down

0 comments on commit 23e1bda

Please sign in to comment.