diff options
author | Dmitry Artamonow <mad_soft@inbox.ru> | 2009-05-23 22:45:05 +0000 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-30 12:32:45 -0400 |
commit | 8fdae48f8fcadabf049b378a48a9dfea11ba02f4 (patch) | |
tree | 08041fea61476b332e94a2cbff1d2551d73ca5a4 /recipes/netsurf/netsurf-2.1/Makefile.config | |
parent | b66852caed52146efcb1ae8145d535780ae6c943 (diff) |
netsurf: add recipe for version 2.1
It's gtk+ version built with GIF,JPEG,PNG and without SVG,MNG and
PDF printing support.
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Acked-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/netsurf/netsurf-2.1/Makefile.config')
-rw-r--r-- | recipes/netsurf/netsurf-2.1/Makefile.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/netsurf/netsurf-2.1/Makefile.config b/recipes/netsurf/netsurf-2.1/Makefile.config new file mode 100644 index 0000000000..72c86003f5 --- /dev/null +++ b/recipes/netsurf/netsurf-2.1/Makefile.config @@ -0,0 +1,9 @@ +override NETSURF_USE_BMP := YES +override NETSURF_USE_GIF := YES +override NETSURF_USE_JPEG := YES +override NETSURF_USE_PNG := YES +override NETSURF_USE_MNG := NO +override NETSURF_USE_HARU_PDF := NO +override NETSURF_USE_RSVG := NO +override NETSURF_USE_ROSPRITE := NO + |