15 lines
632 B
Text
15 lines
632 B
Text
$NetBSD: patch-aa,v 1.11 2010/06/05 11:30:54 wiz Exp $
|
|
|
|
python bindings are in separate py-at-spi package.
|
|
|
|
--- Makefile.in.orig 2009-10-19 04:59:15.000000000 +0200
|
|
+++ Makefile.in
|
|
@@ -323,7 +323,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-SUBDIRS = docs idl libspi login-helper registryd atk-bridge cspi pyatspi test po
|
|
+SUBDIRS = docs idl libspi login-helper registryd atk-bridge cspi test po
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libspi-1.0.pc cspi-1.0.pc libloginhelper-1.0.pc
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|