Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version | Matthias Clasen | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | Bump glib requirement | Matthias Clasen | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | configure.ac: Fix build if no XInput libraries are available. | Carlos Garnacho | 2010-06-15 | 1 | -1/+3 |
| | |||||
* | Fix build breakage on non-X11 | Tor Lillqvist | 2010-06-09 | 1 | -1/+0 |
| | | | | | | | AM_CONDITIONALs need to be seen in all code paths. The one for XINPUT_NONE was only in the X11 if branch. But as that Automake confitional wasn't used in any Makefile.am anyway, just drop the AM_CONDITIONAL. | ||||
* | Bump version | Matthias Clasen | 2010-06-09 | 1 | -1/+1 |
| | |||||
* | Bump the gobject-introspection requires | Matthias Clasen | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | Bump Glib required version as is needed by g_source_set_name() | Javier Jardón | 2010-06-05 | 1 | -1/+1 |
| | | | | | The use of this new api was added in 95bc0f540555c15561ae1ddd2387ea5157591fda | ||||
* | Bump version | Matthias Clasen | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | Make gio sniffing test work again | Matthias Clasen | 2010-05-25 | 1 | -1/+2 |
| | |||||
* | Merge the xi2-for-master branch | Matthias Clasen | 2010-05-25 | 1 | -8/+9 |
| | |||||
* | Fix libjasper test | Matthias Clasen | 2010-05-22 | 1 | -1/+1 |
| | | | | This was reported in bug 551322. | ||||
* | Fix CAIRO_PREFIX for cross-build environments | Volker Grabsch | 2010-05-17 | 1 | -1/+1 |
| | | | | | | | configure.ac was using pkg-config instead of $PKG_CONFIG for this prefix, leading to incorrect results in cross-build environments. Bug 618870. | ||||
* | Clean autotools configuration a bit | Javier Jardón | 2010-05-13 | 1 | -30/+20 |
| | | | | | | New requirements: automake >= 1.10 libtool >= 2.2 | ||||
* | Reset gail library versioning to 0.0.0, since we changed soname | Matthias Clasen | 2010-05-11 | 1 | -2/+2 |
| | |||||
* | bump version | Matthias Clasen | 2010-05-11 | 1 | -1/+1 |
| | |||||
* | Make gail parallel-installable too | Matthias Clasen | 2010-05-10 | 1 | -2/+2 |
| | | | | Move libgail-util to libgail-util-3.0, and gail.pc to gail-3.0.pc | ||||
* | Fix make dist after breaking it in my last commit | Richard Hughes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Modify the gettext translation domain for the gtk3 rename | Richard Hughes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Make 3.0 parallel-installable to 2.x | Matthias Clasen | 2010-05-08 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk. | ||||
* | Rename configure.in to configure.ac | Martin Nordholts | 2010-05-07 | 1 | -0/+2186 |
In the autoconf manual the recomended name for the autoconf input file is configure.ac and not configure.in. Follow this recomendation. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=598768 |