summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a0c7e0e)
raw | patch | inline | side by side (parent: a0c7e0e)
author | scislac <scislac@users.sourceforge.net> | |
Tue, 1 Sep 2009 21:18:27 +0000 (21:18 +0000) | ||
committer | scislac <scislac@users.sourceforge.net> | |
Tue, 1 Sep 2009 21:18:27 +0000 (21:18 +0000) |
configure.ac | patch | blob | history | |
src/Makefile.am | patch | blob | history | |
src/ui/dialog/Makefile_insert | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index e2b5f8ff3e5bf46c24c4f085d4555486036cbe11..fbfa2e5df6e0a3aa898443042112daeea23f1805 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl Inkboard dependency checking
dnl ******************************
-with_inkboard="no"
-with_inkboard_ssl="no"
+dnl with_inkboard="no"
+dnl with_inkboard_ssl="no"
-INKBOARD_CFLAGS=""
+dnl INKBOARD_CFLAGS=""
-AC_ARG_ENABLE(inkboard,
- AS_HELP_STRING([--enable-inkboard], [enable Inkboard online whiteboard facility (disabled by default)]),
- with_inkboard=$enableval,with_inkboard=no)
+dnl AC_ARG_ENABLE(inkboard,
+dnl AS_HELP_STRING([--enable-inkboard], [enable Inkboard online whiteboard facility (disabled by default)]),
+dnl with_inkboard=$enableval,with_inkboard=no)
-if test "x$with_inkboard" = "xyes"; then
- with_inkboard="yes"
- AC_DEFINE(WITH_INKBOARD,1,[Build in Inkboard support])
+dnl if test "x$with_inkboard" = "xyes"; then
+dnl with_inkboard="yes"
+dnl AC_DEFINE(WITH_INKBOARD,1,[Build in Inkboard support])
dnl Test for OpenSSL
- PKG_CHECK_MODULES(INKBOARD, openssl, with_inkboard_ssl=yes, with_inkboard_ssl=no)
- if test "x$with_inkboard_ssl" = "xyes"; then
+dnl PKG_CHECK_MODULES(INKBOARD, openssl, with_inkboard_ssl=yes, with_inkboard_ssl=no)
+dnl if test "x$with_inkboard_ssl" = "xyes"; then
dnl OpenSSL found; enable SSL support in Pedro
- INKBOARD_CFLAGS="$INKBOARD_CFLAGS -DHAVE_SSL"
- RELAYTOOL([ssl], INKBOARD_LIBS, INKBOARD_CFLAGS, [inkboard_weak=yes])
- RELAYTOOL([crypto], INKBOARD_LIBS, INKBOARD_CFLAGS, [inkboard_weak=yes])
- AC_DEFINE(WITH_INKBOARD_SSL,1,[Build in SSL support for Inkboard])
- fi
-else
- with_inkboard="no"
-fi
+dnl INKBOARD_CFLAGS="$INKBOARD_CFLAGS -DHAVE_SSL"
+dnl RELAYTOOL([ssl], INKBOARD_LIBS, INKBOARD_CFLAGS, [inkboard_weak=yes])
+dnl RELAYTOOL([crypto], INKBOARD_LIBS, INKBOARD_CFLAGS, [inkboard_weak=yes])
+dnl AC_DEFINE(WITH_INKBOARD_SSL,1,[Build in SSL support for Inkboard])
+dnl fi
+dnl else
+dnl with_inkboard="no"
+dnl fi
-AM_CONDITIONAL(WITH_INKBOARD, test "x$with_inkboard" = "xyes")
-AC_SUBST(INKBOARD_LIBS)
-AC_SUBST(INKBOARD_CFLAGS)
+dnl AM_CONDITIONAL(WITH_INKBOARD, test "x$with_inkboard" = "xyes")
+dnl AC_SUBST(INKBOARD_LIBS)
+dnl AC_SUBST(INKBOARD_CFLAGS)
dnl ******************************
dnl Check for libwpg for extension
Internal Python: ${with_python}
Internal Perl: ${with_perl}
Enable LittleCms: ${enable_lcms}
- Enable Inkboard: ${with_inkboard}
- Enable SSL in Inkboard: ${with_inkboard_ssl}
Enable Poppler-Cairo: ${enable_poppler_cairo}
ImageMagick Magick++: ${magick_ok}
Libwpg: ${with_libwpg}
diff --git a/src/Makefile.am b/src/Makefile.am
index fb876f231c69e81a20111f7d224f5b9ac755ce84..4d57de850e86b7323cefb5a89f2608d9e6b26830 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
# Libraries which should be compiled by "make" but not installed.
# Use this only for libraries that are really standalone, rather than for
# source tree subdirectories.
-if WITH_INKBOARD
-libpedro = pedro/libpedro.a
-endif
+#if WITH_INKBOARD
+#libpedro = pedro/libpedro.a
+#endif
noinst_LIBRARIES = \
libinkscape.a \
dom/libdom.a \
include helper/Makefile_insert
include inkjar/Makefile_insert
include io/Makefile_insert
-include pedro/Makefile_insert
-include jabber_whiteboard/Makefile_insert
+#include pedro/Makefile_insert
+#include jabber_whiteboard/Makefile_insert
include libcroco/Makefile_insert
include libgdl/Makefile_insert
include libnr/Makefile_insert
index 5cd437c26349aa870204734571bb77c8f13a7fd1..565a24ecc049e5f8913120db0e51e6808a2e0959 100644 (file)
## Makefile.am fragment sourced by src/Makefile.am.
-if WITH_INKBOARD
+##if WITH_INKBOARD
## inkboard_dialogs = \
## ui/dialog/whiteboard-connect.cpp \
## ui/dialog/whiteboard-connect.h \
## ui/dialog/whiteboard-sharewithchat.h \
## ui/dialog/whiteboard-sharewithuser.cpp \
## ui/dialog/whiteboard-sharewithuser.h
-endif
+##endif
ink_common_sources += \
ui/dialog/aboutbox.cpp \