From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] qemu-xen: Drop duplication opengl configuration flags
Date: Mon, 11 Aug 2008 12:34:16 +0100 [thread overview]
Message-ID: <20080811113416.GJ4499@implementation.uk.xensource.com> (raw)
Drop duplication opengl configuration flags
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff --git a/configure b/configure
index a6ad006..01f05f4 100755
--- a/configure
+++ b/configure
@@ -1118,14 +1118,6 @@ then
echo "SDL_LIBS+=-lXext" >> $config_mak
echo "SDL_LIBS+=-lGL" >> $config_mak
fi
-if test "$opengl" = "yes"
-then
- echo "#define CONFIG_OPENGL 1" >> $config_h
- echo "CONFIG_OPENGL=yes" >> $config_mak
- echo "SDL_CFLAGS+=-I/usr/include/GL" >> $config_mak
- echo "SDL_LIBS+=-lXext" >> $config_mak
- echo "SDL_LIBS+=-lGL" >> $config_mak
-fi
if test "$cocoa" = "yes" ; then
echo "#define CONFIG_COCOA 1" >> $config_h
echo "CONFIG_COCOA=yes" >> $config_mak
reply other threads:[~2008-08-11 11:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080811113416.GJ4499@implementation.uk.xensource.com \
--to=samuel.thibault@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.