[packages/xen] - unified opengl,sdl bcond names

qboosh qboosh at pld-linux.org
Tue Oct 23 18:15:44 CEST 2012


commit f06919826d8fc0c0f2f949ce3eea917347d1a7b6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Oct 23 18:16:14 2012 +0200

    - unified opengl,sdl bcond names

 xen.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/xen.spec b/xen.spec
index 00f638f..503f75d 100644
--- a/xen.spec
+++ b/xen.spec
@@ -8,8 +8,8 @@
 #
 #
 # Conditional build:
-%bcond_with	OpenGL		# enable OpenGL support in Xen qemu
-%bcond_without	SDL		# disable SDL support in Xen tools
+%bcond_with	opengl		# enable OpenGL support in Xen qemu
+%bcond_without	sdl		# disable SDL support in Xen tools
 %bcond_without	bluetooth	# disable bluetooth support in Xen tools
 %bcond_without	brlapi		# disable brlapi support in Xen tools
 %bcond_without	ocaml		# build Ocaml libraries for Xen tools
@@ -77,8 +77,8 @@ Patch8:		xen-configure-xend.patch
 Patch9:		xen-initscript.patch
 Patch10:	xen-quemu-softloat-c99.patch
 URL:		http://www.xen.org/products/xenhyp.html
-%{?with_OpenGL:BuildRequires:	OpenGL-devel}
-%{?with_SDL:BuildRequires:	SDL-devel}
+%{?with_opengl:BuildRequires:	OpenGL-devel}
+%{?with_sdl:BuildRequires:	SDL-devel}
 BuildRequires:	acpica
 BuildRequires:	bcc
 %{?with_bluetooth:BuildRequires:	bluez-libs-devel}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xen.git/commitdiff/f06919826d8fc0c0f2f949ce3eea917347d1a7b6



More information about the pld-cvs-commit mailing list