Subversion Repositories Kolibri OS

Rev

Rev 3584 | Blame | Last modification | View Log | RSS feed

  1. #
  2. # NetSurf build configuration example
  3. #
  4. #
  5. # To configure NetSurf's build options create a Makefile.config file. This is
  6. # an example Makefile.config.
  7. #
  8. # To see the available config options, look at Makefile.defaults, but make any
  9. # alterations in your Makefile.config
  10.  
  11.  
  12. # To enable/disable MNG support, uncomment the appropriate line below.
  13.  
  14. ### NETSURF_USE_MNG := YES
  15. ### NETSURF_USE_MNG := NO
  16.  
  17.  
  18. # To enable/disable SVGTiny support, uncomment the appropriate line below.
  19.  
  20. ### override NETSURF_USE_NSSVG := YES
  21. ### override NETSURF_USE_NSSVG := NO
  22.  
  23.  
  24. # To enable/disable RSVG support, uncomment the appropriate line below.
  25.  
  26. ### override NETSURF_USE_RSVG := YES
  27. ### override NETSURF_USE_RSVG := NO
  28.  
  29.  
  30. # To enable/disable BMP support, uncomment the appropriate line below.
  31.  
  32. ### override NETSURF_USE_BMP := YES
  33. ### override NETSURF_USE_BMP := NO
  34.  
  35.  
  36. # To make the framebuffer front end use freetype for text, uncomment the
  37. # following line
  38.  
  39. ### override NETSURF_FB_FONTLIB := freetype
  40.  
  41.