X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47a2e1ee4ba6cbaabc91525253947daf96c52490..cbfc8d9a612c3c498b0716e828629674f4e63363:/include/wx/mgl/chkconf.h diff --git a/include/wx/mgl/chkconf.h b/include/wx/mgl/chkconf.h index 302d72a2ce..85136cfe99 100644 --- a/include/wx/mgl/chkconf.h +++ b/include/wx/mgl/chkconf.h @@ -14,6 +14,15 @@ #ifndef _WX_MGL_CHKCONF_H_ #define _WX_MGL_CHKCONF_H_ +#ifndef __WXUNIVERSAL__ +# error "wxMGL cannot be built without wxUniversal" +#endif + +/* wxPalette is always needed */ +#if !wxUSE_PALETTE +# error "wxMGL requires wxUSE_PALETTE=1" +#endif + /* wxDisplay is not implemented for OS/2, use stub common version instead. */