diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-30 12:23:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-30 12:23:28 +0100 |
commit | ed0f6feebd0726931a8de289fa5f1720374297e0 (patch) | |
tree | f93384a972bb86314be447d1152de921ac659125 /cairo | |
parent | 1cd91cabe977225a9a2952c0d0d7f5e8d7308987 (diff) |
this must be the bit I missed
Diffstat (limited to 'cairo')
-rw-r--r-- | cairo/cairo/makefile.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cairo/cairo/makefile.mk b/cairo/cairo/makefile.mk index a8f6423d8edf..5cae5f05ff49 100644 --- a/cairo/cairo/makefile.mk +++ b/cairo/cairo/makefile.mk @@ -184,12 +184,10 @@ OUT2INC+=src$/cairo-xlib.h \ .IF "$(OS)" != "WNT" || "$(COM)" == "GCC" # all other platforms except vanilla WNT, which does not use configure -.IF "$(BUILD_PIXMAN)" == "YES" # pixman is in this module # We include paths to this module also in LDFLAGS/CFLAGS to guarantee search order. # However pixman_* vars need to be also set for configure to work properly on all platforms. CONFIGURE_FLAGS+=pixman_CFLAGS="-I$(SRC_ROOT)$/$(PRJNAME)$/$(INPATH)$/inc" pixman_LIBS="-L$(SRC_ROOT)$/$(PRJNAME)$/$(INPATH)$/lib -lpixman-1" -.ENDIF .IF "$(debug)"!="" cairo_CFLAGS+=-g |