Browse Source

Correct dependencies, because a library's runtime requirements are the same as its buildtime requirements

Michael Schloh von Bennewitz 22 years ago
parent
commit
642179f26d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      qt/qt.spec

+ 2 - 2
qt/qt.spec

@@ -51,8 +51,8 @@ Patch0:       qt.patch
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20030909, X11, gcc, sed, xft
-PreReq:       OpenPKG, openpkg >= 20030909, X11
+BuildPreReq:  OpenPKG, openpkg >= 20030909, X11, xft, gcc, sed
+PreReq:       OpenPKG, openpkg >= 20030909, X11, xft
 %if "%{with_pgsql}" == "yes"
 BuildPreReq:  postgresql
 PreReq:       postgresql