wok rev 14413
wxWidgets: force enable graphics_ctx & unicode
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 23 19:05:41 2013 +0200 (2013-04-23) |
parents | 5ca18ce438b4 |
children | b7bc7276d325 |
files | wxWidgets/receipt |
line diff
1.1 --- a/wxWidgets/receipt Tue Apr 23 18:30:36 2013 +0200 1.2 +++ b/wxWidgets/receipt Tue Apr 23 19:05:41 2013 +0200 1.3 @@ -31,6 +31,8 @@ 1.4 --with-libxpm=sys \ 1.5 --with-libjpeg=sys \ 1.6 --with-libtiff=sys \ 1.7 + --enable-graphics_ctx \ 1.8 + --enable-unicode \ 1.9 $CONFIGURE_ARGS && 1.10 make && 1.11 make DESTDIR=$DESTDIR install &&