From 8c378192fd449f2877525ea603ca9083c202cfcb Mon Sep 17 00:00:00 2001 From: William Wold Date: Mon, 17 Jun 2019 20:39:33 +0000 Subject: Make panel-struts X11-only --- mate-panel/panel-struts.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mate-panel/panel-struts.h') diff --git a/mate-panel/panel-struts.h b/mate-panel/panel-struts.h index e7d8185f..7897f532 100644 --- a/mate-panel/panel-struts.h +++ b/mate-panel/panel-struts.h @@ -23,6 +23,12 @@ #ifndef __PANEL_STRUTS_H__ #define __PANEL_STRUTS_H__ +#ifdef PACKAGE_NAME // only check HAVE_X11 if config.h has been included +#ifndef HAVE_X11 +#error file should only be included when HAVE_X11 is enabled +#endif +#endif + #include #include "panel-toplevel.h" -- cgit v1.2.1