diff options
Diffstat (limited to 'redhat/tdenetwork/tdenetwork-3.5.13.2.spec')
-rw-r--r-- | redhat/tdenetwork/tdenetwork-3.5.13.2.spec | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/redhat/tdenetwork/tdenetwork-3.5.13.2.spec b/redhat/tdenetwork/tdenetwork-3.5.13.2.spec index 71abbb12e..ed9aa126f 100644 --- a/redhat/tdenetwork/tdenetwork-3.5.13.2.spec +++ b/redhat/tdenetwork/tdenetwork-3.5.13.2.spec @@ -86,16 +86,21 @@ BuildRequires: sqlite-devel BuildRequires: libgadu-devel %endif +# XTST support +%if 0%{?fedora} >= 5 || 0%{?rhel} >= 5 || 0%{?suse_version} +BuildRequires: libXtst-devel +%endif +%if 0%{?mdkversion} || 0%{?mgaversion} +BuildRequires: libxtst-devel +%endif + +# Other stuff %if 0%{?fedora} >= 5 || 0%{?rhel} >= 5 BuildRequires: libXmu-devel BuildRequires: libXScrnSaver-devel -BuildRequires: libXtst-devel BuildRequires: libXxf86vm-devel %endif -%if 0%{?mdkversion} || 0%{?mgaversion} || 0%{?suse_version} -BuildRequires: libxtst-devel -%endif # Wifi support %if "%{?_with_wifi:1}" == "1" |