wok-current diff wxWidgets/receipt @ 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 | 6b09507225ec |
children | f816b742df3d |
line diff
1.1 --- a/wxWidgets/receipt Sat Jan 05 14:44:51 2013 +0100 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 &&