Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b6936798c1e299bd983ad352aab511fb2ab97a1e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <smgl AT lynxlynx.info>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b6936798c1e299bd983ad352aab511fb2ab97a1e)
  • Date: Thu, 24 Jul 2008 09:57:08 +0200

On Thursday 24 of July 2008 00:21:25 Vlad Glagolev wrote:
> +if [[ $XLOCKMORE_BO == y ]]; then
> + optional_depends mesalib \
> + "--with-mesa" \
> + "--without-mesa" \
> + "for Mesa 3D modes" &&
> +
> + optional_depends OPENGL \
> + "--with-opengl" \
> + "--without-opengl" \
> + "for 3D OpenGL modes" &&
> + optional_depends freetype2 \
> + "--with-freetype" \
> + "--without-freetype" \
> + "for FreeType mode(s)"
If $XLOCKMORE_BO is boring, isn't this test/block inverted?

> +else
> + OPTS="--without-opengl \
> + --without-mesa \
> + --without-freetype \
> + $OPTS"
This should be in BUILD.

LP
--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page