Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (6fec8fcd72f6d57dd6f37c858afaadf4cf7c17c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (6fec8fcd72f6d57dd6f37c858afaadf4cf7c17c7)
  • Date: Wed, 1 Feb 2012 15:26:34 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

xorg-app/xkbcomp/DEPENDS | 1 +
xorg-app/xkbcomp/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 6fec8fcd72f6d57dd6f37c858afaadf4cf7c17c7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xkbcomp: Depends on libpthread-stubs

checking for XKBCOMP... no
configure: error: Package requirements (x11 xkbfile) were not met:

Package pthread-stubs was not found in the pkg-config search path.
Perhaps you should add the directory containing `pthread-stubs.pc'
to the PKG_CONFIG_PATH environment variable
Package 'pthread-stubs', required by 'XCB', not found

diff --git a/xorg-app/xkbcomp/DEPENDS b/xorg-app/xkbcomp/DEPENDS
index 8fc6cc2..7ccac75 100755
--- a/xorg-app/xkbcomp/DEPENDS
+++ b/xorg-app/xkbcomp/DEPENDS
@@ -1,3 +1,4 @@
depends util-macros &&
+depends libpthread-stubs &&
depends libx11 &&
depends libxkbfile
diff --git a/xorg-app/xkbcomp/HISTORY b/xorg-app/xkbcomp/HISTORY
index bb974a7..7788743 100644
--- a/xorg-app/xkbcomp/HISTORY
+++ b/xorg-app/xkbcomp/HISTORY
@@ -1,3 +1,6 @@
+2012-02-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on libpthread-stubs
+
2011-02-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.2.1




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (6fec8fcd72f6d57dd6f37c858afaadf4cf7c17c7), Eric Sandall, 02/01/2012

Archive powered by MHonArc 2.6.24.

Top of Page