summaryrefslogtreecommitdiffstats
path: root/opensuse
diff options
context:
space:
mode:
authorRobert Xu <robxu9@gmail.com>2011-08-11 19:58:56 -0400
committerRobert Xu <robxu9@gmail.com>2011-08-11 19:58:56 -0400
commitde281d0f2b242a4e4846867725c587209d938e47 (patch)
tree2709f3a8352d01202a2ca95b01a1a28b3c965b28 /opensuse
parent6af7d95a6917dbdf9a9021664e8bb2c820dd992d (diff)
downloadtde-packaging-de281d0f2b242a4e4846867725c587209d938e47.tar.gz
tde-packaging-de281d0f2b242a4e4846867725c587209d938e47.zip
fixed dependencies on libtqt4-devel
Diffstat (limited to 'opensuse')
-rw-r--r--opensuse/libtqt4/libtqt4.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/opensuse/libtqt4/libtqt4.spec b/opensuse/libtqt4/libtqt4.spec
index 59d8cf5a4..3933940f2 100644
--- a/opensuse/libtqt4/libtqt4.spec
+++ b/opensuse/libtqt4/libtqt4.spec
@@ -68,7 +68,12 @@ Authors:
Summary: TQtinterface header files
Group: Graphical Desktop/TDE
Requires: libtqt4
-Requires: qt3 >= 3.3.8c
+%if %{with_qt3}
+Requires: qt3-devel >= 3.3.8c
+%endif
+%if %{with_qt4}
+Requires: libqt4-devel >= 4.7.0
+%endif
%description devel
This package contains Trinity KDE specific window options and commands.
You need this package to compile Trinity modules. (TQT headers)