# HG changeset patch # User ib # Date 1392829121 0 # Node ID 138582cbff16244a0fe84ba48f8504b760549242 # Parent bc1787a9684a915171fd26300cd32bd03567f2fe configure: Make the XShape extension optional. The GUI compiles and runs without it. Although some skins will look ugly, there are skins that not even require the extension. diff -r bc1787a9684a -r 138582cbff16 configure --- a/configure Wed Feb 19 16:32:45 2014 +0000 +++ b/configure Wed Feb 19 16:58:41 2014 +0000 @@ -7826,7 +7826,8 @@ if test "$_xshape" = yes ; then def_xshape='#define CONFIG_XSHAPE 1' else - die "The GUI requires the X11 extension XShape (which was not found)." + def_xshape='#undef CONFIG_XSHAPE' + res_comment="some skins will look ugly without it" fi echores "$_xshape"