summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2006-07-23 22:32:33 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2006-07-23 22:32:33 +0000
commit18d84f0c108c207f90d64803dd8834cfe6525374 (patch)
tree9c45f83a1b50fbe4fa4fda05f9f7e6c1673e0c6c /makefile
parent754b0c0c73d42dc85ba04f8bb0a7220c0f6a2ca9 (diff)
downloadnetsurf-18d84f0c108c207f90d64803dd8834cfe6525374.tar.gz
netsurf-18d84f0c108c207f90d64803dd8834cfe6525374.tar.bz2
Make Cairo rendering a run-time option in nsgtk - also add infrastructure for nsgtk-specific options.
svn path=/trunk/netsurf/; revision=2793
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 08a8524b0..f70040c09 100644
--- a/makefile
+++ b/makefile
@@ -120,7 +120,7 @@ CFLAGS_RISCOS_SMALL = $(CFLAGS_RISCOS) -Dsmall
CFLAGS_NCOS = $(CFLAGS_RISCOS) -Dncos
CFLAGS_DEBUG = -std=c9x -D_BSD_SOURCE -DDEBUG_BUILD $(WARNFLAGS) -I.. \
$(PLATFORM_CFLAGS_DEBUG) -g
-CFLAGS_GTK = -std=c9x -D_BSD_SOURCE -D_POSIX_C_SOURCE -Dgtk \
+CFLAGS_GTK = -Dnsgtk -std=c9x -D_BSD_SOURCE -D_POSIX_C_SOURCE -Dgtk \
$(WARNFLAGS) -I.. -g -O0 -Wformat=2 \
`pkg-config --cflags libglade-2.0 gtk+-2.0` `xml2-config --cflags`