Browse Source

Make only relevant items, and skip examples and tutorials

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
6c4c9c8b27
  1. 5
      qt/qt.spec

5
qt/qt.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: XWindow
License: GPL
Version: 3.1.2
Release: 20030408
Release: 20030425
# package options
%option with_xft no
@ -109,7 +109,8 @@ AutoReqProv: no
# set $HOME to a writable directory for qsettings
HOME=$PWD
%{l_make} %{l_mflags -O} \
MAKE="%{l_make} %{l_mflags -O}"
MAKE="%{l_make} %{l_mflags -O}" \
symlinks src-qmake src-moc sub-src sub-tools
# run configure a second time to get threaded libs, too
echo "yes" | ./configure \

Loading…
Cancel
Save