Browse Source

Added dependency to pkgconfig

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
d3ec740922
  1. 8
      kde-qt/kde-qt.spec

8
kde-qt/kde-qt.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: KDE
License: GPL
Version: 3.1.2
Release: 20030818
Release: 20030905
# list of sources
Source0: ftp://ftp.trolltech.com/pub/qt/source/qt-x11-free-%{version}.tar.bz2
@ -42,8 +42,8 @@ Source1: kde-qt.pc
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, X11, pkgconfig, gcc
PreReq: OpenPKG, openpkg >= 20030103, X11, pkgconfig
BuildPreReq: OpenPKG, openpkg >= 20030103, X11, gcc
PreReq: OpenPKG, openpkg >= 20030103, X11
AutoReq: no
AutoReqProv: no
@ -109,7 +109,7 @@ AutoReqProv: no
-no-exceptions -thread \
-I$QTDIR/include \
%{l_cppflags} %{l_ldflags} \
-I${l_x11_incdir} -L${l_x11_incdir} \
-I${l_x11_incdir} -L${l_x11_libdir} \
-R%{l_prefix}/lib/kde
# build Qt (but without additional tools, the tutorial and the examples)

Loading…
Cancel
Save