From 6be1ba60971966b1a77c3e4aee6103c92556dfcb Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 13 Oct 2012 20:45:51 +0100 Subject: auto-detect cairo --- Makefile.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index 9a8d207a4..7dbb47737 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -257,8 +257,8 @@ ifeq ($(TARGET),amiga) # Enable NetSurf's use of libcairo for some plotter functions # This will also link NetSurf with shared objects, and # requires AmigaOS 4.1 or higher to run the resulting executable - # Valid options: YES, NO - NETSURF_AMIGA_USE_CAIRO := YES + # Valid options: YES, NO, AUTO + NETSURF_USE_AMIGA_CAIRO := AUTO # Optimisation levels CFLAGS += -O2 -Wuninitialized -gstabs -- cgit v1.2.3