Kaydet (Commit) e567baf9 authored tarafından Michael Stahl's avatar Michael Stahl

cairo: forgot to remove another outdir libpng path

... should be covered by $(LIBPNG_CFLAGS) already

Change-Id: Ib0f5b152b369285fca7018c0872c41ab2eb8b9cb
üst e1a5110b
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
DEFAULT_CFLAGS += -I. -I$(top_srcdir) DEFAULT_CFLAGS += -I. -I$(top_srcdir)
DEFAULT_CFLAGS += $(PIXMAN_CFLAGS) $(LIBPNG_CFLAGS) $(ZLIB_CFLAGS) DEFAULT_CFLAGS += $(PIXMAN_CFLAGS) $(LIBPNG_CFLAGS) $(ZLIB_CFLAGS)
+DEFAULT_CFLAGS += $(SOLARINC) +DEFAULT_CFLAGS += $(SOLARINC)
+DEFAULT_CFLAGS += -I$(SOLARVER)/$(INPATH)/inc/zlib -I$(SOLARVER)/$(INPATH)/inc/external/libpng -DZLIB_FIX -DDISABLE_SOME_FLOATING_POINT=1 +DEFAULT_CFLAGS += -I$(SOLARVER)/$(INPATH)/inc/zlib -DZLIB_FIX -DDISABLE_SOME_FLOATING_POINT=1
CAIRO_CFLAGS = $(DEFAULT_CFLAGS) $(CFLAGS) CAIRO_CFLAGS = $(DEFAULT_CFLAGS) $(CFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment