summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 1.36.81.36.8Matthias Clasen2014-09-221-1/+1
|
* 1.36.71.36.7Matthias Clasen2014-09-031-1/+1
|
* [fc] Use FcWeightTo/FromOpenType() if availableBehdad Esfahbod2014-07-261-0/+6
| | | | | | This makes the weight mapping a continuous, as ooposed to a step function. Last piece of Bug 733764 - Support more / free font weights
* Bug 733137 - Don't force no static builds on Win32Behdad Esfahbod2014-07-141-11/+0
|
* Build: Provide Simple Support for MSVC 2012/2013Chun-wei Fan2014-07-011-0/+2
| | | | | | | | | | | As the Visual Studio 2012/2013 are only slightly different from the Visual Studio 2010 projects, we can provide support for them by using scripts to copy the Visual Studio 2010 projects, and update the specific parts as necessary. Thus, there would be little maintenance overhead for these as only the 2010 projects need to be kept up-to-date as a result. This might change when we do get the stack working with WinRT/Metro, but that's going to be another totally different issue.
* Bump versionMatthias Clasen2014-06-241-1/+1
|
* Revert "build: Require Harfbuzz 0.9.29"Behdad Esfahbod2014-06-241-1/+1
| | | | | | This reverts commit e728c4c3659cc0ead406344b4cf98c0676cb769e. See previous commit for explanation.
* Bump versionMatthias Clasen2014-06-231-1/+1
|
* build: Require Harfbuzz 0.9.29Emmanuele Bassi2014-06-201-1/+1
| | | | | | | | | | | There has been an API change in HB: -hb_ot_layout_language_get_required_feature_index +hb_ot_layout_language_get_required_feature Commit: da132937989acb4d8ca9bd41c79f98750e7dda30 So we need to bump the dependency.
* Bump versionMatthias Clasen2014-03-171-1/+1
|
* Fix build --withincluded-modulesBehdad Esfahbod2013-12-151-1/+1
| | | | | | | | | | | | | According to Doug Felt: pango's configure dies with --with-included-modules=yes, because when have_libthai is true, thai_modules ends up being ",thai-lang", and all_modules (and included_modules) ends up containing ',,'. for module in $included_modules; ends up with module='' and the case $module falls back to default, which calls as_fn_error.
* Bump versionMatthias Clasen2013-11-111-1/+1
|
* 1.36.11.36.1Matthias Clasen2013-11-111-1/+1
|
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-1/+1
| | | | Patch from Rafał Mużyło.
* 1.36.01.36.0Matthias Clasen2013-09-231-2/+2
|
* 1.35.31.35.3Matthias Clasen2013-09-021-1/+1
|
* 1.35.21.35.2Matthias Clasen2013-08-191-1/+1
|
* Bump versionMatthias Clasen2013-06-211-1/+1
|
* 1.35.11.35.0Matthias Clasen2013-06-211-2/+2
|
* Make tests installableMatthias Clasen2013-05-311-1/+12
| | | | This ensures that tests are run continuously on ostree.gnome.org.
* build: Add --with(out)-cairo configure optionColin Walters2013-05-241-1/+9
| | | | | | | Some builders (e.g. GNOME and jhbuild) hard depend on pangocairo, and we really don't want to emit a build of pango without support for it. So jhbuild can specify --with-cairo, and we'll get a hard error.
* Require cairo >= 1.12.10Behdad Esfahbod2013-05-151-1/+1
| | | | | | Needed for threadsafety bug fixes. Bug 700247 - test-pangocairo-threads segfaults
* 1.34.01.34.0Matthias Clasen2013-03-251-2/+2
|
* 1.33.10Matthias Clasen2013-03-181-1/+1
|
* Post-release version bumpMatthias Clasen2013-03-041-1/+1
|
* 1.33.81.33.8Matthias Clasen2013-03-041-1/+1
|
* Belatedly start an unstable seriesMatthias Clasen2013-02-031-2/+2
| | | | | I really messed up with 1.32.6, which had lots of new, unstable stuff in it.
* 1.35.61.35.61.32.6Matthias Clasen2013-01-101-1/+1
|
* Bump fontconfig dep to 2.10.91Matthias Clasen2013-01-101-1/+1
| | | | This is the first version of fontconfig that is thread-safe.
* Bug 691263 - Build with automake-1.13 brokenBehdad Esfahbod2013-01-061-1/+1
| | | | | | | Replace long obsolete AM_CONFIG_HEADER with proper AC_CONFIG_HEADERS. automake-1.13 errors out upon seeing former. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
* Link to gthread-2.0Behdad Esfahbod2013-01-031-6/+1
|
* post release version bumpAlexander Larsson2012-12-061-1/+1
|
* Bump harfbuzz requirement to 0.9.9Alexander Larsson2012-12-061-1/+1
|
* build: Use -Bsymbolic-functions by default if availableColin Walters2012-12-041-0/+21
| | | | | | | Using -Bsymbolic-functions to avoid internal PLT indirection is an easy win. This is the same code that both GLib and GTK+ have. https://bugzilla.gnome.org/show_bug.cgi?id=689648
* Remove runtests.shBehdad Esfahbod2012-12-021-3/+0
|
* Require harfbuzz 0.9.7Behdad Esfahbod2012-11-211-1/+1
|
* Post-release version bumpMatthias Clasen2012-11-191-2/+2
|
* Post-release version bumpMatthias Clasen2012-11-131-1/+1
|
* 1.32.21.32.2Matthias Clasen2012-11-131-1/+1
|
* Rename configure.in to configure.acMatthias Clasen2012-11-131-0/+948
autoconf is going to drop support for .in at some point.