From: Mark Doffman Date: Wed, 22 Jul 2009 13:20:49 +0000 (+0100) Subject: 2009-06-08 Mark Doffman X-Git-Tag: AT_SPI2_CORE_0_1_3~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26507bc31796054de7754e4ed3e34d04a8a5bdb4;p=platform%2Fupstream%2Fat-spi2-core.git 2009-06-08 Mark Doffman Merge activation changes by Li Yuan. --- 26507bc31796054de7754e4ed3e34d04a8a5bdb4 diff --cc configure.ac index 0295491,70f7525..c79e58d --- a/configure.ac +++ b/configure.ac @@@ -124,6 -161,22 +138,16 @@@ if test -z "$DEFAULT_ATSPI_INTROSPECTIO DEFAULT_ATSPI_INTROSPECTION_PATH=dbus fi -AC_ARG_VAR([GTK_MODULE_DIR], - [Where to place the atk-adaptor gtk module]) -if test -z "$GTK_MODULE_DIR"; then - GTK_MODULE_DIR=gtk-2.0/modules -fi - + AC_ARG_WITH(dbus-services, + [AC_HELP_STRING([--with-dbus-services=], + [where D-BUS services directory is])]) + if ! test -z "$with_dbus_services" ; then + DBUS_SERVICES_DIR="$with_dbus_services" + else + DBUS_SERVICES_DIR="$datadir/dbus-1/services" + fi + AC_SUBST(DBUS_SERVICES_DIR) + dnl find sizes & alignments orig_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS" @@@ -140,16 -193,30 +164,17 @@@ CPPFLAGS=$orig_CPPFLAG AC_SUBST(LIBTOOL_EXPORT_OPTIONS) AC_CONFIG_FILES([Makefile - libloginhelper-1.0.pc - cspi-1.0.pc - cspi-1.0-uninstalled.pc + pkgconfig/dbind-0.1.pc + pkgconfig/dbind-0.1-uninstalled.pc + pkgconfig/droute-0.1.pc + pkgconfig/droute-0.1-uninstalled.pc + pkgconfig/Makefile xml/Makefile - tests/Makefile tools/Makefile droute/Makefile - spi-common/Makefile registryd/Makefile + registryd/at-spi-registryd.desktop.in - atk-adaptor/Makefile - login-helper/Makefile - tests/dummyatk/Makefile - tests/data/Makefile - tests/pyatspi/Makefile - tests/pyatspi/pasytest/Makefile - tests/apps/Makefile - tests/cspi/Makefile dbind/Makefile - cspi/Makefile - pyatspi/Makefile - dbind-config.h]) + dbind/dbind-config.h]) AC_OUTPUT diff --cc registryd/deviceeventcontroller.c index 55f2eeb,0f3e158..41ae97e --- a/registryd/deviceeventcontroller.c +++ b/registryd/deviceeventcontroller.c @@@ -51,15 -51,13 +51,14 @@@ #include #include /* TODO: hide dependency (wrap in single porting file) */ #include - #include -#include -#include -#include - #include +#include "paths.h" +#include "keymasks.h" +#include "de-types.h" +#include "de-marshaller.h" + #include "deviceeventcontroller.h" #include "reentrant-list.h" diff --cc registryd/keymasks.h index 215bef2,8bf09d1..6dc95ad --- a/registryd/keymasks.h +++ b/registryd/keymasks.h @@@ -21,11 -21,11 +21,11 @@@ * Boston, MA 02111-1307, USA. */ -#ifndef _SPI_KEYMASKS_H_ -#define _SPI_KEYMASKS_H_ +#ifndef SPI_KEYMASKS_H_ +#define SPI_KEYMASKS_H_ #include - #include + #include G_BEGIN_DECLS diff --cc registryd/registry-main.c index 64cfe52,da9e91a..8429df3 --- a/registryd/registry-main.c +++ b/registryd/registry-main.c @@@ -24,11 -24,11 +24,11 @@@ #include #include #include - #include + #include -#include #include +#include "paths.h" #include "registry.h" #include "deviceeventcontroller.h"