diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-27 11:20:38 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-27 12:25:33 +0100 |
commit | 3e8d98f3337a21cd9147c1ac4f27258c95bf41b0 (patch) | |
tree | f7395115b90efd6c0239d6d72c5bca49168f6380 /nx-libs.spec | |
parent | b981dd16fe5bcf0e01d08fedcb031231ad307515 (diff) | |
download | nx-libs-3e8d98f3337a21cd9147c1ac4f27258c95bf41b0.tar.gz nx-libs-3e8d98f3337a21cd9147c1ac4f27258c95bf41b0.tar.bz2 nx-libs-3e8d98f3337a21cd9147c1ac4f27258c95bf41b0.zip |
nx-libs.spec: Add BR filesystem for SUSE builds (as it provides /usr/share/fonts).
Diffstat (limited to 'nx-libs.spec')
-rw-r--r-- | nx-libs.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index c95bc6131..7e25b7e81 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -26,6 +26,10 @@ BuildRequires: gpg-offline %endif %if 0%{?suse_version} BuildRequires: fdupes + +# This is what provides /usr/share/fonts on SUSE systems... +BuildRequires: filesystem + %if 0%{?suse_version} >= 1130 BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(libpng) |