1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-10-06 02:51:59 +03:00
openwrt-packages/netsurf/files/Makefile.config
2010-11-20 14:44:08 +03:00

17 lines
442 B
Makefile

#
# 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