We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793cc25 commit 23e1bdaCopy full SHA for 23e1bda
libmate-panel-applet/Makefile.am
@@ -23,10 +23,14 @@ libmate_panel_applet_4_la_SOURCES = \
23
mate-panel-applet-factory.c \
24
mate-panel-applet-gsettings.c \
25
mate-panel-applet-gsettings.h \
26
- panel-plug.c \
27
- panel-plug-private.h \
28
panel-applet-private.h
29
+if ENABLE_X11
+libmate_panel_applet_4_la_SOURCES += \
30
+ panel-plug.c \
31
+ panel-plug-private.h
32
+endif
33
+
34
libmate_panel_applet_4_la_LIBADD = \
35
$(LIBMATE_PANEL_APPLET_LIBS) \
36
$(X_LIBS)
0 commit comments