From 31723167ba30edf95cfac70c5857ae8334ca17b0 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Tue, 15 Apr 2014 00:02:38 +0000 Subject: [PATCH] Removendo dependĂȘncia da glib-dbus na biblioteca de classes --- configure.ac | 6 +++++- pw3270.cbp | 9 +++++++++ src/classlib/class.mak.in | 2 +- src/php/Makefile.in | 4 ++-- src/plugins/dbus3270/Makefile.in | 16 ++++++++-------- 5 files changed, 25 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index 6b7e09a..73eacb5 100644 --- a/configure.ac +++ b/configure.ac @@ -366,10 +366,14 @@ AC_SUBST(GLIB_CFLAGS) #--[ Check DBUS ]--------------------------------------------------------------------------------------------------------------------------------------------- -PKG_CHECK_MODULES( [DBUS], [dbus-glib-1], app_cv_dbus=yes, AC_MSG_NOTICE([No DBUS support.]) ) +PKG_CHECK_MODULES( [DBUS], [dbus-1] ) AC_SUBST(DBUS_LIBS) AC_SUBST(DBUS_CFLAGS) +PKG_CHECK_MODULES( [GDBUS], [dbus-glib-1], app_cv_dbus=yes, AC_MSG_NOTICE([No GDBUS support.]) ) +AC_SUBST(GDBUS_LIBS) +AC_SUBST(GDBUS_CFLAGS) + if test "$app_cv_dbus" == "yes"; then AC_DEFINE(HAVE_DBUS) PLUGINS="$PLUGINS dbus3270" diff --git a/pw3270.cbp b/pw3270.cbp index eec56b7..45c4434 100644 --- a/pw3270.cbp +++ b/pw3270.cbp @@ -264,6 +264,15 @@ + + + + + + + + +