summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionMatthias Clasen2009-08-241-1/+1
|
* Bump versionMatthias Clasen2009-08-171-1/+1
|
* Support silent build rules with automake 1.11 (GnomeBug:591998)Javier Jardón2009-08-171-0/+5
| | | | | | Support silent build rules, requires at least automake-1.11. Enable by either passing --enable-silent-rules to configure or passing V=0 to make.
* Bump versionMatthias Clasen2009-08-111-1/+1
|
* Fix configure.in to work without --with-gdktarget on non-X11.Sam Thursfield2009-08-021-3/+6
| | | | Patch from bug #590086.
* Bump versionMatthias Clasen2009-07-241-1/+1
|
* Bump versionMatthias Clasen2009-07-171-1/+1
|
* Make jasper support optionalMatthias Clasen2009-07-161-4/+4
| | | | To enable it, one must now pass --with-libjasper to configure.
* Disable the GDI+ loaders by default as they are broken.Tor Lillqvist2009-07-161-2/+3
|
* Bump version to 2.17.5Matthias Clasen2009-07-101-1/+1
|
* Bump versionMatthias Clasen2009-07-071-1/+1
|
* Use g_mapped_file_unref()Ryan Lortie2009-06-181-1/+1
| | | | | - drop deprecated use of g_mapped_file_free() - bump glib version requirement
* Bump version to 2.17.3Matthias Clasen2009-06-151-1/+1
|
* Halt configure if selected cairo backend is missing, fixes Bug 565998Björn Lindqvist2009-06-061-17/+15
|
* Remove nonworking conditionalsMatthias Clasen2009-06-051-3/+2
| | | | | Don't pretend that we care about XShape-less builds anymore. See bug 584637.
* Improve Solaris Xinerama configure detectionBrian Cameron2009-06-051-46/+47
| | | | | | | | | The latest releases of Solaris now ship with the X.org Xserver, so it is better to use the Xfree Xinerama interfaces if available. This commit fixes the configure script so that it first tries to use the Xfree interfaces and only falls back to the Solaris-specific interfaces if they are not available. This way, older releases of Solaris which do not use X.org also will work. (Bug 580079)
* Bump version to 2.17.2Matthias Clasen2009-05-291-1/+1
|
* Adding PAPI printbackendgheet2009-05-111-0/+23
| | | | | Adding a new print backend module using libpapi detals see GNOME#382676. (gheet)
* Bump version to 2.17.1Matthias Clasen2009-05-041-1/+1
|
* Bump version to 2.17.0Matthias Clasen2009-05-041-3/+3
|
* Bump versionMatthias Clasen2009-04-111-2/+2
|
* Bump versionMatthias Clasen2009-03-131-2/+2
| | | | svn path=/trunk/; revision=22532
* Bump version to 2.16.0Matthias Clasen2009-03-131-2/+2
| | | | svn path=/trunk/; revision=22528
* Bump versionMatthias Clasen2009-03-021-1/+1
| | | | svn path=/trunk/; revision=22450
* Generate po-properties/POTFILES at configure time. Patch by Loïc MinierMatthias Clasen2009-03-011-0/+20
| | | | | | | | * configure.in: Generate po-properties/POTFILES at configure time. Patch by Loïc Minier svn path=/trunk/; revision=22430
* depend on DirectFB >= 1.0.0. There's no point in using an earlierSven Neumann2009-02-181-1/+1
| | | | | | | | | | 2009-02-18 Sven Neumann <sven@gimp.org> * configure.in: depend on DirectFB >= 1.0.0. There's no point in using an earlier development version. svn path=/trunk/; revision=22359
* Bump versionMatthias Clasen2009-02-171-1/+1
| | | | svn path=/trunk/; revision=22352
* Require GLib 2.19.7 for GMountOperation::aborted.Matthias Clasen2009-02-171-1/+1
| | | | | | | | * configure.in: Require GLib 2.19.7 for GMountOperation::aborted. * gtk/gtkmountoperation.c: Implement GMountOperation::aborted. svn path=/trunk/; revision=22347
* Check for Xrandr 1.3Matthias Clasen2009-02-131-1/+1
| | | | | | | | | | | | | * configure.in: Check for Xrandr 1.3 * gdk/x11/gdkdisplay-x11.[ch]: Rename have_randr12 to have_randr13 and set if if we have randr 1.3 * gdk/x11/gdkscreen-x11.c: Go back to using randr for monitor information, if we have XRRGetScreenResourcesCurrent. svn path=/trunk/; revision=22327
* bump versionMatthias Clasen2009-02-031-1/+1
| | | | svn path=/trunk/; revision=22275
* allow static jasper gdk-pixbuf loaderFridrich Strba2009-01-311-1/+4
| | | | svn path=/trunk/; revision=22264
* Bump versionMatthias Clasen2009-01-271-1/+1
| | | | svn path=/trunk/; revision=22233
* bump versionMatthias Clasen2009-01-231-1/+1
| | | | svn path=/trunk/; revision=22204
* Look for cairo-xlib when checking gdk-x11 depsMatthias Clasen2009-01-021-1/+1
| | | | svn path=/trunk/; revision=22045
* Bump versionMatthias Clasen2009-01-011-1/+1
| | | | svn path=/trunk/; revision=22039
* Bump gtk-doc dependency to 1.11 for nicer index-generation.Matthias Clasen2008-11-211-1/+1
| | | | | | | | | | | | | | | | 2008-11-21 Matthias Clasen <mclasen@redhat.com> * configure.in: Bump gtk-doc dependency to 1.11 for nicer index-generation. 2008-11-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmountoperation.[hc]: Declare structs in a way that gtk-doc understands. svn path=/trunk/; revision=21794
* updated version number to 2.15.0 for development.Matthias Clasen2008-09-181-3/+3
| | | | | | | | | | | | | 2008-09-18 Matthias Clasen <mclasen@redhat.com> * configure.in: updated version number to 2.15.0 for development. * ChangeLog.pre-2-14: rotate ChangeLog === Branch for 2.14 === svn path=/trunk/; revision=21428
* Bump versionMatthias Clasen2008-09-181-2/+2
| | | | svn path=/trunk/; revision=21422
* Bug 552107 – Small libtool fixesMatthias Clasen2008-09-171-1/+4
| | | | | | | | | | | | 2008-09-17 Matthias Clasen <mclasen@redhat.com> Bug 552107 – Small libtool fixes * configure.in: Regenerate libtool early, quote $deplibs_check_method. Patch by Patryk Zawadzki svn path=/trunk/; revision=21411
* Correct help string for --disable-gdiplus.Tor Lillqvist2008-09-081-1/+1
| | | | | | | | | | 2008-09-08 Tor Lillqvist <tml@novell.com> * configure.in (debug_default): Correct help string for --disable-gdiplus. svn path=/trunk/; revision=21319
* Bump versionMatthias Clasen2008-09-051-2/+2
| | | | svn path=/trunk/; revision=21298
* Bump versionMatthias Clasen2008-09-041-2/+2
| | | | svn path=/trunk/; revision=21292
* Bump version to 2.14.0Matthias Clasen2008-09-041-2/+2
| | | | svn path=/trunk/; revision=21274
* remove -DPANGO_DISABLE_SINGLE_INCLUDES from CPPFLAGS, I committed thatMichael Natterer2008-08-291-1/+1
| | | | | | | | | | 2008-08-29 Michael Natterer <mitch@imendio.com> * configure.in: remove -DPANGO_DISABLE_SINGLE_INCLUDES from CPPFLAGS, I committed that accidentially. svn path=/trunk/; revision=21237
* Bump versionMatthias Clasen2008-08-191-1/+1
| | | | svn path=/trunk/; revision=21153
* define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.Michael Natterer2008-08-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-12 Michael Natterer <mitch@imendio.com> * configure.in: define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS. * gdk-pixbuf/Makefile.am: make the contents gdk-pixbuf-marshal.h visible for GDK_PIXBUF_COMPILATION. * contrib/gdk-pixbuf-xlib/Makefile.am * demos/Makefile.am * demos/gtk-demo/Makefile.am * gdk-pixbuf/pixops/Makefile.am * gdk/Makefile.am * gdk/x11/Makefile.am * gtk/Makefile.am * gtk/tests/Makefile.am * gtk/theme-bits/Makefile.am * modules/engines/ms-windows/Makefile.am * modules/engines/pixbuf/Makefile.am * modules/input/Makefile.am * perf/Makefile.am * tests/Makefile.am: remove -DDGDK_PIXBUF_DISABLE_DEPRECATED here. svn path=/trunk/; revision=21096
* Fix the mime sniffing testMatthias Clasen2008-08-071-1/+1
| | | | svn path=/trunk/; revision=21038
* Bump versionMatthias Clasen2008-08-051-1/+1
| | | | svn path=/trunk/; revision=21017
* Define GDK_NATIVE_WINDOW_POINTER on 32-bit Windows, too. It just makesTor Lillqvist2008-08-041-3/+1
| | | | | | | | | | | | | 2008-08-05 Tor Lillqvist <tml@novell.com> * configure.in: Define GDK_NATIVE_WINDOW_POINTER on 32-bit Windows, too. It just makes more sense, as a HWND *is* a kind of pointer. * gdk/gdkconfig.h.win32: Ditto here. svn path=/trunk/; revision=20986
* Bump glib dependencyMatthias Clasen2008-08-041-1/+1
| | | | svn path=/trunk/; revision=20983