mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Install <libspi/stateset.h> include, because it's referenced from
<libspi/libspi.h>.
This commit is contained in:
parent
90a619df21
commit
4177c719c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58176
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user