Allow builds without xfsprogs

This commit is contained in:
Lubomir Rintel 2012-11-14 20:59:49 +01:00
parent bcd982b3a2
commit 652de6bd55
1 changed files with 9 additions and 0 deletions

View File

@ -37,6 +37,11 @@
# platforms. # platforms.
# #
# Enabled by default. # Enabled by default.
#
# = have_xfsprogs =
# Enable XFS discard support.
#
# Enabled by default.
%if 0%{?rhel} %if 0%{?rhel}
# RHEL-specific defaults: # RHEL-specific defaults:
@ -49,6 +54,7 @@
%bcond_with intree_roms # disabled %bcond_with intree_roms # disabled
%bcond_with intree_pc_roms # disabled %bcond_with intree_pc_roms # disabled
%bcond_without have_libfdt # enabled %bcond_without have_libfdt # enabled
%bcond_without have_xfsprogs # enabled
%else %else
# General defaults: # General defaults:
%bcond_with kvmonly # disabled %bcond_with kvmonly # disabled
@ -60,6 +66,7 @@
%bcond_with intree_roms # disabled %bcond_with intree_roms # disabled
%bcond_with intree_pc_roms # disabled %bcond_with intree_pc_roms # disabled
%bcond_without have_libfdt # enabled %bcond_without have_libfdt # enabled
%bcond_without have_xfsprogs # enabled
%endif %endif
%global SLOF_gittagdate 20120731 %global SLOF_gittagdate 20120731
@ -551,7 +558,9 @@ BuildRequires: systemtap-sdt-devel
# For smartcard NSS support # For smartcard NSS support
BuildRequires: nss-devel BuildRequires: nss-devel
# For XFS discard support in raw-posix.c # For XFS discard support in raw-posix.c
%if %{with have_xfsprogs}
BuildRequires: xfsprogs-devel BuildRequires: xfsprogs-devel
%endif
# For VNC JPEG support # For VNC JPEG support
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
# For VNC PNG support # For VNC PNG support