summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2006-10-31[configure] Print out whether SVG and PDF surfaces can be testedBehdad Esfahbod1-2/+6
2006-10-31[configure] Invalidate cached warning flags if list of flags changesBehdad Esfahbod1-10/+24
2006-10-31Require librsvg >= 2.14.0 to test SVG backendCarl Worth1-5/+7
2006-08-28Add -Wextra (as well as -Wno-missing-field-initializers -Wno-unused-parameter)Carl Worth1-4/+16
2006-08-18Increment version to 1.2.5 after making the 1.2.4 releaseCarl Worth1-1/+1
2006-08-18Update version to 1.2.4 and libtool version to 11:2:9.Carl Worth1-2/+2
2006-08-18[configure] Check for x11 pkg-config module before using AC_PATH_XTRABehdad Esfahbod1-8/+11
2006-08-18[configure] Use _NONPKGCONFIG_LIBS if no xrender pkg-config modele is foundBehdad Esfahbod1-3/+4
2006-08-17[SVG] Make dependent on --enable-png (and increase cache-version to 2)Behdad Esfahbod1-1/+4
2006-08-17[test] Don't use signals if signal.h is not availableBehdad Esfahbod1-1/+1
2006-08-11[configure] Let env-vars override backend CFLAGS/LIBS (bug 7838)Jens Granseuer1-13/+18
2006-08-11[warnings] Only use supported compiler warning flagsJens Granseuer1-16/+37
2006-08-10Test for libz only once and reuse result for PS and PDFBehdad Esfahbod1-9/+7
2006-08-10Remove the ft_load_sfnt_table check from PS/PDF/SVG backendsBehdad Esfahbod1-15/+1
2006-08-10Fix typos in configure.in for PS/PDF/SVG backendsBehdad Esfahbod1-5/+5
2006-08-10Save configure cache after checking all backendsBehdad Esfahbod1-0/+4
2006-08-10Don't link to -lm unconditionally in cairo.pcBehdad Esfahbod1-1/+1
2006-08-10Implement configure cache versioning for backend enabling resultsBehdad Esfahbod1-3/+13
2006-08-08Increment CAIRO_VERSION to 1.2.3 after making the 1.2.2 releaseCarl Worth1-1/+1
2006-08-08Update version to 1.2.2 and libtool version to 11:1:9.1.2.2Carl Worth1-2/+2
2006-08-08Disable warning options that are not available in gcc 3.3.5 at least.Carl Worth1-4/+9
2006-08-07Merge branch 'warnings-cleanup' into cairoCarl Worth1-3/+6
2006-08-07Add -Wswitch-enum compiler flag and fix all trivial warningsCarl Worth1-1/+1
2006-08-07Add -Wunsafe-loop-optimizations compiler flag and fix all warningsBehdad Esfahbod1-0/+1
2006-08-07Add several compiler warning flags (no code changes needed)Behdad Esfahbod1-3/+5
2006-08-07Add -Wwrite-strings compiler flag and fix all warningsBehdad Esfahbod1-1/+1
2006-07-31Add comments about CAIRO_ENABLE_BACKEND.Behdad Esfahbod1-1/+4
2006-07-31XCB: Use xcb-renderutil where cairo-xlib used libXrender.Jamey Sharp1-1/+1
2006-07-28Add -Wsign-compare compiler flag and fix all warningsCarl Worth1-1/+1
2006-07-28Add -Wold-style-definition compiler falg and fix all warnings.Behdad Esfahbod1-1/+1
2006-07-12Improve backend .pc files generation:Behdad Esfahbod1-22/+34
2006-07-11Disable PDF backend if zlib not found.Behdad Esfahbod1-3/+9
2006-07-01Increment CAIRO_VERSION to 1.2.1 after making the 1.2.0 releaseCarl Worth1-1/+1
2006-07-01Update version to 1.2.0 and add notes to NEWS file.1.2.0Carl Worth1-4/+4
2006-06-30Use $no_x in configure.in.Behdad Esfahbod1-2/+5
2006-06-30Require gtk-doc 1.6, and make it ignore cairo_public and cairo_privateBehdad Esfahbod1-1/+1
2006-06-29Fix support for non-pkg-config cflags and libs (needed for supportingBehdad Esfahbod1-8/+12
2006-06-27Report Xlib Xrender status.Behdad Esfahbod1-14/+15
2006-06-26More configure foo fixes for .pc files.Behdad Esfahbod1-6/+8
2006-06-26Fix circular dependency in cairo.pc and cairo-xlib.pc.Behdad Esfahbod1-1/+2
2006-06-25Rewrite configure caching.Behdad Esfahbod1-158/+127
2006-06-21Removed excess mkdir.Behdad Esfahbod1-1/+0
2006-06-21Minor refinements, mostly to configure.in.Behdad Esfahbod1-51/+62
2006-06-21Make configure generate cairo-features.h. Generate AC_DEFINE and AM_CONDITIONALSBehdad Esfahbod1-104/+94
2006-06-16Increment CAIRO_VERSION to 1.1.11 after making the 1.1.10 snapshotCarl Worth1-1/+1
2006-06-16Update version to 1.1.10 and add notes to NEWS file.1.1.10Carl Worth1-3/+3
2006-06-14Merge branch 'svg-rewrite'Kristian Høgsberg1-14/+0
2006-06-14Increment CAIRO_VERSION to 1.1.9 after making the 1.1.8 snapshotCarl Worth1-1/+1
2006-06-14Update version to 1.1.8 and add notes to NEWS file.1.1.8Carl Worth1-3/+3
2006-06-14Add backend-specific pkg-config files.Behdad Esfahbod1-18/+38