Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e9f0bef850df21561ca8e91f4c931449f2ee4d1d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e9f0bef850df21561ca8e91f4c931449f2ee4d1d)
  • Date: Mon, 11 Feb 2008 04:02:16 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

utils/qemu/DEPENDS | 4 ++--
utils/qemu/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 370ee38fe64e61ed553a355942206df9184e7062
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

qemu: fix build with kqemu (prevent bad configure option)

diff --git a/utils/qemu/DEPENDS b/utils/qemu/DEPENDS
index b3f1621..1afe8ca 100755
--- a/utils/qemu/DEPENDS
+++ b/utils/qemu/DEPENDS
@@ -5,8 +5,8 @@ optional_depends alsa-lib
\
'--enable-alsa' \
'--disable-alsa' \
'for Advanced Linux Sound Architecture driver support' &&
-
+# Qemu configure script doesn't accept --enable-kqemu .
optional_depends kqemu \
- '--enable-kqemu' \
+ '' \
'--disable-kqemu' \
'for kernel acceleration support'
diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index 5c0aa4a..3ee25ec 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,3 +1,6 @@
+2008-02-11 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: No --enable-kqemu! The custom configure script does only
know the disable.
+
2008-01-19 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.9.1
* BUILD: fixed configure's options



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (e9f0bef850df21561ca8e91f4c931449f2ee4d1d), Thomas Orgis, 02/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page