]> git.pld-linux.org Git - packages/gai.git/commitdiff
- unified bcond name: gl -> opengl master
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 6 Feb 2008 20:19:49 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gai.spec -> 1.24

gai.spec

index 65417093a9e5007731b5db772f7af159e648bfa2..e0463629e3fe5b25c574df4cc51e7dc6b7e86ba0 100644 (file)
--- a/gai.spec
+++ b/gai.spec
@@ -1,7 +1,7 @@
 #
 # Conditional build:
-%bcond_without gl      # without OpenGL support
 %bcond_without gnome   # without GNOME support
+%bcond_without opengl  # without OpenGL support
 %bcond_without rox     # without ROX support
 %bcond_without sdl     # without SDL support
 #
@@ -19,7 +19,7 @@ Patch1:               %{name}-libdir.patch
 URL:           http://gai.sourceforge.net/
 %{?with_sdl:BuildRequires:     SDL-devel >= 1.2}
 BuildRequires: autoconf >= 2.53
-%{?with_gl:BuildRequires:      gtkglext-devel >= 1.0}
+%{?with_opengl:BuildRequires:  gtkglext-devel >= 1.0}
 %{?with_gnome:BuildRequires:   gnome-panel-devel >= 2.4.0}
 BuildRequires: gtk+2-devel >= 1:2.0
 BuildRequires: pkgconfig
@@ -52,7 +52,7 @@ Requires:     gnome-panel-devel >= 2.4.0
 Requires:      gai(gnome) = %{version}-%{release}
 Provides:      gai-devel(gnome) = %{version}-%{release}
 %endif
-%{?with_gl:Requires:   gtkglext-devel >= 1.0}
+%{?with_opengl:Requires:       gtkglext-devel >= 1.0}
 %if %{with rox}
 Requires:      gai(rox) = %{version}-%{release}
 Provides:      gai-devel(rox) = %{version}-%{release}
@@ -73,7 +73,7 @@ Pliki nagłówkowe wymagane do tworzenia programów z użyciem GAI.
 %build
 %{__autoconf}
 %configure \
-       %{!?with_gl:--disable-gl} \
+       %{!?with_opengl:--disable-gl} \
        %{!?with_gnome:--disable-gnome} \
        %{!?with_rox:--disable-rox} \
        %{!?with_sdl:--disable-sdl}
This page took 0.049542 seconds and 4 git commands to generate.