Modified: test/video/xvattr/BUILD
==============================================================================
--- test/video/xvattr/BUILD (original)
+++ test/video/xvattr/BUILD Thu May 25 10:27:53 2006
@@ -1,5 +1,6 @@
./configure $OPTS &&
make xvattr &&
-if spell_ok gtk+ || spell_held gtk+; then
+# change this to is_depends_enabled once that makes it to stable sorcery
+if spell_ok gtk+; then
make gxvattr
fi
Modified: test/video/xvattr/HISTORY
==============================================================================
--- test/video/xvattr/HISTORY (original)
+++ test/video/xvattr/HISTORY Thu May 25 10:27:53 2006
@@ -1,5 +1,6 @@
2006-05-25 Arwed v. Merkatz <v.merkatz AT gmx.net>
* INSTALL: really added the file, bug #12051
+ * BUILD: removed unnecessary spell_held check