summaryrefslogtreecommitdiff
path: root/gdk-pixbuf-2.0.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Clean up dependencies in the .pc fileMatthias Clasen2011-08-261-1/+2
| | | | | | Add libpng to Requires.private instead of Requires. Patches by Edward Sheldrake, https://bugzilla.gnome.org/show_bug.cgi?id=652737
* gdk-pixbuf-2.0.pc: Move gmodule and libpng to Requires.privateOwen W. Taylor2010-11-171-1/+2
|
* Fix linking when libpng loader is builtinBastien Nocera2010-07-191-1/+1
| | | | | | | | When the libpng loader is builtin to gdk-pixbuf, we need to require libpng itself, or the linking will fail: /usr/bin/ld: cannot find -lpng12 https://bugzilla.gnome.org/show_bug.cgi?id=624712
* Add binary version and module loader dir variables to .pc fileChristian Persch2010-06-261-0/+5
| | | | Bug #622792.
* Fix include file location in pc fileMatthias Clasen2010-06-251-1/+1
|
* Adapt to being standaloneMatthias Clasen2010-06-251-0/+12
|
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-081-12/+0
| | | | | | | | | | | | | | | 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.
* 2.6.1Matthias Clasen2005-01-081-1/+1
|
* Update version to 2.0.0Owen Taylor2002-03-051-1/+1
| | | | | | | | | | | | | | | | Tue Mar 5 15:47:54 2002 Owen Taylor <otaylor@redhat.com> * configure.in test/makefile.msc **.pc.in **/*.am: Update version to 2.0.0 * gtk/Makefile.am (MAINTAINERCLEANFILES): Add stamp files. * configure.in (GDK_PIXBUF_VERSION): Require GLib 2.0.0, Pango, Atk, 1.0.0. * m4macros/gtk-2.0.m4: Default to 2.0.0 as the minimum version.
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-031-2/+2
| | | | | | | | | | | | | Thu May 3 14:13:49 2001 Owen Taylor <otaylor@redhat.com> * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add dependency on Atk for accessibility support. * configure.in **/Makefile.am: Major reworking of substituted variables for CFLAGS/LIBS to make a lot more sane and keep the the compile/link lines a bit shorter. * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
* remove '.' from end of include directoryJames Henstridge2001-05-031-1/+2
|
* Remove spurious const.Owen Taylor2001-03-031-1/+1
| | | | | | | | | | | | | | | | | Sat Mar 3 13:32:47 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious const. * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path. * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there is no focus widget for the dialog currently, grab the focus as well as the default. * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get the action area's children to iterate through, not the dialog's children.
* Put the pkg-config scripts back to the correct pkg-config syntaxMartin Baulig2000-09-301-9/+6
| | | | | (the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old).
* Set this to `$(libexecdir)/pkgconfig'; this is the directory whereMartin Baulig2000-09-291-0/+14
2000-09-29 Martin Baulig <baulig@suse.de> * Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig'; this is the directory where pkg-config actually looks. * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid confusion with the GdkPixbuf of the GNOME 1.x platform. * *.pc.in: Made the pkg-config scripts actually work.