diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-10-13 15:47:05 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-10-13 15:47:05 +0200 |
commit | aa7a0c83488ea9ce5cc611133711d7528da41b54 (patch) | |
tree | f4e15db56a624ec0d634b50c145c4213930ed402 | |
parent | 33f69da55f0b8c32e7bc32edc17d961e459c8a29 (diff) | |
download | nx-libs-aa7a0c83488ea9ce5cc611133711d7528da41b54.tar.gz nx-libs-aa7a0c83488ea9ce5cc611133711d7528da41b54.tar.bz2 nx-libs-aa7a0c83488ea9ce5cc611133711d7528da41b54.zip |
nx-libs.spec: Fix SUSE-specific R for libXext(6).
-rw-r--r-- | nx-libs.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index 192298897..b741d465d 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -283,10 +283,11 @@ Summary: Xinerama extension to the NX Protocol Requires: %{name}%{?_isa} = %{version}-%{release} %if 0%{?suse_version} Requires: libX11-6%{?_isa} +Requires: libXext6%{?_isa} %else Requires: libX11%{?_isa} -%endif Requires: libXext%{?_isa} +%endif %description -n libNX_Xinerama Xinerama is an extension to the X Window System which enables |