diff options
author | Havoc Pennington <hp@redhat.com> | 2001-06-07 16:40:02 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-06-07 16:40:02 +0000 |
commit | a5b50542c5bd7e4a5487284af9ce3d40a36633f8 (patch) | |
tree | a70df449f0f3a98acdd5428d79c98ab1bb34b012 /pango-uninstalled.pc.in | |
parent | 84940c514a6500ec4082ecdfe46df0278506dd16 (diff) | |
download | pango-a5b50542c5bd7e4a5487284af9ce3d40a36633f8.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 'pango-uninstalled.pc.in')
-rw-r--r-- | pango-uninstalled.pc.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pango-uninstalled.pc.in b/pango-uninstalled.pc.in new file mode 100644 index 00000000..c1bc7202 --- /dev/null +++ b/pango-uninstalled.pc.in @@ -0,0 +1,7 @@ +Name: Pango Uninstalled +Description: Internationalized text handling, Not Installed +Version: @VERSION@ +Requires: @FRIBIDI_PC@glib-2.0,gobject-2.0,gmodule-2.0 +Libs: ${pc_top_builddir}/${pcfiledir}/pango/libpango.la +Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@ + |