diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-26 14:35:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-26 14:35:33 +0000 |
commit | 4177c719c1d74d190918bc7e56e6c9b383664ced (patch) | |
tree | 67aa411bf20ed3d3dd07b8d833e5dd42597e7b2b /accessibility | |
parent | - Update to 1.5.17 (version found in the GNOME2 beta4); (diff) |
Install <libspi/stateset.h> include, because it's referenced from
<libspi/libspi.h>.
Notes
Notes:
svn path=/head/; revision=58176
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi/files/patch-libspi::Makefile.in | 13 | ||||
-rw-r--r-- | accessibility/at-spi/pkg-plist | 1 |
2 files changed, 12 insertions, 2 deletions
diff --git a/accessibility/at-spi/files/patch-libspi::Makefile.in b/accessibility/at-spi/files/patch-libspi::Makefile.in index 2cf07a20d6ce..c4336dce6717 100644 --- a/accessibility/at-spi/files/patch-libspi::Makefile.in +++ b/accessibility/at-spi/files/patch-libspi::Makefile.in @@ -1,8 +1,17 @@ $FreeBSD$ ---- libspi/Makefile.in 2002/04/12 11:14:12 1.1 -+++ libspi/Makefile.in 2002/04/12 11:14:54 +--- libspi/Makefile.in.orig Fri Apr 26 16:03:02 2002 ++++ libspi/Makefile.in Fri Apr 26 17:30:41 2002 +@@ -140,7 +140,7 @@ + + libspiincludedir = $(includedir)/at-spi-1.0/libspi + +-libspiinclude_HEADERS = Accessibility.h accessible.h eventlistener.h action.h application.h base.h component.h editabletext.h hyperlink.h hypertext.h image.h keystrokelistener.h keymasks.h libspi.h listener.h relation.h remoteobject.h selection.h table.h text.h value.h ++libspiinclude_HEADERS = Accessibility.h accessible.h eventlistener.h action.h application.h base.h component.h editabletext.h hyperlink.h hypertext.h image.h keystrokelistener.h keymasks.h libspi.h listener.h relation.h remoteobject.h selection.h stateset.h table.h text.h value.h + + + IDL_OUT = Accessibility.h Accessibility-stubs.c Accessibility-skels.c Accessibility-common.c @@ -160,7 +160,7 @@ orbittypelibdir = $(libdir)/orbit-2.0 orbittypelib_LTLIBRARIES = Accessibility_module.la diff --git a/accessibility/at-spi/pkg-plist b/accessibility/at-spi/pkg-plist index 67fc8c8ef82c..9f6e13fc5666 100644 --- a/accessibility/at-spi/pkg-plist +++ b/accessibility/at-spi/pkg-plist @@ -23,6 +23,7 @@ include/at-spi-1.0/libspi/listener.h include/at-spi-1.0/libspi/relation.h include/at-spi-1.0/libspi/remoteobject.h include/at-spi-1.0/libspi/selection.h +include/at-spi-1.0/libspi/stateset.h include/at-spi-1.0/libspi/table.h include/at-spi-1.0/libspi/text.h include/at-spi-1.0/libspi/value.h |