]> git.pld-linux.org Git - packages/fbida.git/commitdiff
- unified cairogl bcond name master
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 May 2020 16:01:04 +0000 (18:01 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 May 2020 16:01:04 +0000 (18:01 +0200)
fbida.spec

index a9a5f48a455fbdb31e70442feb493790c9dd2645..ac697d8e36885e67ca5de0eb31eb9d49b3ed678f 100644 (file)
@@ -10,7 +10,7 @@
 %bcond_without pcd             # without PCD images support
 %bcond_without sane            # without SANE scanning support (in ida)
 %bcond_without webp            # without WebP images support
-%bcond_with    cairo_gl        # with Cairo-GL support (in fbpdf program)
+%bcond_with    cairogl         # with Cairo-GL support (in fbpdf program)
 
 %if %{without motif}
 # SANE used only in ida
@@ -52,7 +52,7 @@ BuildRequires:        libtiff-devel >= 4
 BuildRequires: perl-base
 BuildRequires: pixman-devel
 BuildRequires: pkgconfig
-%{?with_cairo_gl:BuildRequires:        pkgconfig(cairo-gl)}
+%{?with_cairogl:BuildRequires: pkgconfig(cairo-gl)}
 BuildRequires: poppler-glib-devel
 %{?with_sane:BuildRequires:    sane-backends-devel}
 BuildRequires: util-linux
@@ -148,7 +148,7 @@ CFLAGS="%{rpmcflags}" \
 %{__make} \
        CC="%{__cc}" \
        verbose=yes \
-       %{!?with_cairo_gl:HAVE_CAIRO_GL=no} \
+       %{!?with_cairogl:HAVE_CAIRO_GL=no} \
        %{!?with_pcd:HAVE_LIBPCD=no} \
        %{!?with_gif:HAVE_LIBGIF=no} \
        %{!?with_webp:HAVE_LIBWEBP=no} \
@@ -164,7 +164,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        prefix=%{_prefix} \
        INSTALL_BINARY=install \
-       %{!?with_cairo_gl:HAVE_CAIRO_GL=no} \
+       %{!?with_cairogl:HAVE_CAIRO_GL=no} \
        %{!?with_pcd:HAVE_LIBPCD=no} \
        %{!?with_gif:HAVE_LIBGIF=no} \
        %{!?with_webp:HAVE_LIBWEBP=no} \
This page took 0.037357 seconds and 4 git commands to generate.