diff options
Diffstat (limited to 'redhat/main')
-rw-r--r-- | redhat/main/tdebase/tdebase-14.0.0.spec | 8 | ||||
-rw-r--r-- | redhat/main/tdelibs/tdelibs-14.0.0.spec | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/redhat/main/tdebase/tdebase-14.0.0.spec b/redhat/main/tdebase/tdebase-14.0.0.spec index 56177c354..4a8b83f0b 100644 --- a/redhat/main/tdebase/tdebase-14.0.0.spec +++ b/redhat/main/tdebase/tdebase-14.0.0.spec @@ -621,6 +621,12 @@ BuildRequires: libconfig-devel %define with_tderandrtray 1 %endif +# ELFICON support +%if 0 +%define with_elficon 1 +BuildRequires: libr-devel >= 0.6.0 +%endif + # tdebase is a metapackage that installs all sub-packages Requires: %{name}-runtime-data-common = %{version}-%{release} Requires: %{name}-data = %{version}-%{release} @@ -3642,7 +3648,7 @@ fi %{?with_hal:-DWITH_HAL=ON} \ %{?!with_tdehwlib:-DWITH_TDEHWLIB=OFF} \ -DWITH_UPOWER=ON \ - -DWITH_ELFICON=ON \ + %{?!with_elficon:-DWITH_ELFICON=OFF} \ \ -DBUILD_ALL=ON \ %if 0%{?suse_version} diff --git a/redhat/main/tdelibs/tdelibs-14.0.0.spec b/redhat/main/tdelibs/tdelibs-14.0.0.spec index ee9c1c8a2..d766fcb9b 100644 --- a/redhat/main/tdelibs/tdelibs-14.0.0.spec +++ b/redhat/main/tdelibs/tdelibs-14.0.0.spec @@ -684,7 +684,7 @@ fi -DWITH_PKCS=ON \ -DWITH_CRYPTSETUP=ON \ %{?!with_lzma:-DWITH_LZMA=OFF} \ - -DWITH_LIBBFD=OFF \ + -DWITH_LIBBFD=ON \ %{?!with_xrandr:-DWITH_XRANDR=OFF} \ -DWITH_XCOMPOSITE=ON \ -DWITH_KDE4_MENU_SUFFIX=OFF \ |