aboutsummaryrefslogtreecommitdiff
path: root/src/xembed.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2018-10-05 22:05:08 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2018-10-05 22:05:08 +0200
commitc9b817f5bb8ef2060aa36ebb5b089cf249c5170b (patch)
treee91584eca979d0acf9c9b3522c76f647841ff454 /src/xembed.cc
parent9143b16ded26eb956ffcc081576841f7dd38e944 (diff)
add --disable-xembed configure option
Add option to disable XEmbed support. This can be useful to avoid compilation issues on non-X11 systems.
Diffstat (limited to 'src/xembed.cc')
-rw-r--r--src/xembed.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xembed.cc b/src/xembed.cc
index 0780148a..eee40e2a 100644
--- a/src/xembed.cc
+++ b/src/xembed.cc
@@ -18,7 +18,7 @@
#include "xembed.hh"
-#if !(defined(WIN32) || defined(__APPLE__))
+#if !( defined(DISABLE_XEMBED) || defined(WIN32) || defined(__APPLE__) )
#include <FL/x.H>
typedef enum {