Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (596b0d46e99c84dbe790d56dc3a4784ba06fdbdd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (596b0d46e99c84dbe790d56dc3a4784ba06fdbdd)
  • Date: Thu, 26 Jul 2012 03:58:23 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11/x11vnc/DEPENDS | 1 +
x11/x11vnc/HISTORY | 4 ++++
2 files changed, 5 insertions(+)

New commits:
commit 596b0d46e99c84dbe790d56dc3a4784ba06fdbdd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

x11vnc: added required libxtst dependency

log from configure:

==========================================================================
*** A working build environment for the XTEST extension was not found ***
(libXtst). An x11vnc built this way will be *ONLY BARELY USABLE*.
You will be able to move the mouse but not click or type. There can
also be deadlocks if an application grabs the X server.

It is recommended that you install the necessary development packages
for XTEST (perhaps it is named something like libxtst-dev) and run
configure again.
==========================================================================

diff --git a/x11/x11vnc/DEPENDS b/x11/x11vnc/DEPENDS
index e1f9cb4..2b7884c 100755
--- a/x11/x11vnc/DEPENDS
+++ b/x11/x11vnc/DEPENDS
@@ -1,3 +1,4 @@
+depends libxtst &&
depends xorg-server &&

optional_depends libvncserver \
diff --git a/x11/x11vnc/HISTORY b/x11/x11vnc/HISTORY
index 8603f91..f00bf53 100644
--- a/x11/x11vnc/HISTORY
+++ b/x11/x11vnc/HISTORY
@@ -1,3 +1,7 @@
+2012-07-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added not strictly required, but highly recommended libxtst
+ dependency
+
2011-09-13 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.9.13




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (596b0d46e99c84dbe790d56dc3a4784ba06fdbdd), Vlad Glagolev, 07/26/2012

Archive powered by MHonArc 2.6.24.

Top of Page