1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-10-06 02:45:06 +03:00
openwrt-packages/netsurf/files/Makefile.config

17 lines
442 B
Makefile
Raw Normal View History

2010-11-20 13:44:08 +02:00
#
# NetSurf build configuration example
#
#
# To configure NetSurf's build options create a Makefile.config file. This is
# an example Makefile.config.
#
# To see the available config options, look at Makefile.defaults
# For example, by default, NetSurf builds with BMP support. If you
# wish to disable this, then uncomment the following line.
override NETSURF_USE_BMP := NO
override NETSURF_USE_GIF := NO
override NETSURF_USE_MNG := NO