# HG changeset patch # User Pascal Bellard # Date 1366736741 -7200 # Node ID 8c33edd9232d69a7e76502e8f688abf932e4bd36 # Parent 5ca18ce438b464870fbf2d87ce48b079b0199c8a wxWidgets: force enable graphics_ctx & unicode diff -r 5ca18ce438b4 -r 8c33edd9232d wxWidgets/receipt --- a/wxWidgets/receipt Tue Apr 23 18:30:36 2013 +0200 +++ b/wxWidgets/receipt Tue Apr 23 19:05:41 2013 +0200 @@ -31,6 +31,8 @@ --with-libxpm=sys \ --with-libjpeg=sys \ --with-libtiff=sys \ + --enable-graphics_ctx \ + --enable-unicode \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install &&