diff options
author | Havoc Pennington <hp@redhat.com> | 2001-06-07 16:40:01 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-06-07 16:40:01 +0000 |
commit | 5aba82da8ffda12f94ef2064b2eb296a9fd5fb60 (patch) | |
tree | a840d9f1895e0cc8db4f559ebc116b4c52f6fee7 /gdk-2.0-uninstalled.pc.in | |
parent | 2d18f2f420b165b6c52f320185cd276ef2e56835 (diff) | |
download | gdk-pixbuf-5aba82da8ffda12f94ef2064b2eb296a9fd5fb60.tar.gz |
subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables
2001-06-07 Havoc Pennington <hp@redhat.com>
* m4macros/glib-2.0.m4: subst GLIB_GENMARSHAL, GOBJECT_QUERY,
GLIB_MKENUMS variables
* gmodule-2.0.pc.in: add gmodule_supported variable
* glib-2.0.pc.in: add glib_genmarshal, gobject_query,
glib_mkenums variables
* configure.in: put G_MODULE_SUPPORTED value into
.pc files
* autogen.sh: support AUTOGEN_SUBDIR_MODE
* Makefile.am: add -uninstalled.pc.in to EXTRA_DIST
2001-06-07 Havoc Pennington <hp@redhat.com>
* pango/Makefile.am: add libpango.la to _DEPENDENCIES for the
other libs
* configure.in: use AM_PATH_GLIB_2_0
* autogen.sh: support AUTOGEN_SUBDIR_MODE
* Makefile.am: dist the .pc.in files
2001-06-07 Havoc Pennington <hp@redhat.com>
* atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
glib-genmarshal
* configure.in: rearrange the library checks to support
uninstalled linking
* autogen.sh: add support for AUTOGEN_SUBDIR_MODE
* atk-uninstalled.pc.in: new file, allows linking to uninstalled
ATK in giant GTK tarball
2001-06-07 Havoc Pennington <hp@redhat.com>
* tests/Makefile.am: add missing -I flag
* gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
* configure.in: use pkg-config to see if GModule is
supported; fix to properly turn on included loaders
when GModule isn't supported; don't use AC_CHECK_LIB
when libs are not installed yet
* autogen.sh: add support for AUTOGEN_SUBDIR_MODE
* Makefile.am (SUBDIRS): add m4macros subdir
* gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
dependencies also.
Diffstat (limited to 'gdk-2.0-uninstalled.pc.in')
-rw-r--r-- | gdk-2.0-uninstalled.pc.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdk-2.0-uninstalled.pc.in b/gdk-2.0-uninstalled.pc.in new file mode 100644 index 000000000..3c70b7bb4 --- /dev/null +++ b/gdk-2.0-uninstalled.pc.in @@ -0,0 +1,8 @@ +target=@gdktarget@ + +Name: GDK Uninstalled +Description: GIMP Drawing Kit (${target} target), Not Installed +Version: @VERSION@ +Requires: gdk-pixbuf-2.0-uninstalled @GDK_PACKAGES@ +Libs: ${pc_top_builddir}/${pcfiledir}/gdk/libgdk-${target}-1.3.la @GDK_EXTRA_LIBS@ +Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ -I${pc_top_builddir}/${pcfiledir} @GDK_EXTRA_CFLAGS@ |