Browse Source

openssl is required, add freetype support, disable Xinerama

master
parent
commit
d2eef447f7
  1. 9
      mozilla/mozilla.spec

9
mozilla/mozilla.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Web
License: MPL
Version: 1.2.1
Release: 20021212
Release: 20021214
# list of sources
Source0: ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla%{version}/src/mozilla-source-%{version}.tar.bz2
@ -44,8 +44,8 @@ Patch0: mozilla.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20021204, X11, glib, gtk, orbit, infozip, make, gcc, perl
PreReq: OpenPKG, openpkg >= 20021204, X11, glib, gtk, orbit, infozip, xsel
BuildPreReq: OpenPKG, openpkg >= 20021204, X11, glib, gtk, orbit, infozip, openssl, freetype, make, gcc, perl
PreReq: OpenPKG, openpkg >= 20021204, X11, glib, gtk, orbit, infozip, openssl, freetype, xsel
AutoReq: no
AutoReqProv: no
@ -83,12 +83,13 @@ AutoReqProv: no
--with-system-jpeg=%{l_prefix} \
--with-system-png=%{l_prefix} \
--with-system-zlib=%{l_prefix} \
--with-ft-prefix=%{l_prefix} \
--enable-jsd \
--enable-crypto \
--enable-xinerama \
--enable-chrome-format=jar \
--enable-static \
--enable-strip \
--disable-xinerama \
--disable-shared \
--disable-tests \
--disable-mailnews \

Loading…
Cancel
Save