All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu-xen: Drop duplication opengl configuration flags
@ 2008-08-11 11:34 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-08-11 11:34 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-11 11:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11 11:34 [PATCH] qemu-xen: Drop duplication opengl configuration flags Samuel Thibault

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.