소스 검색

openssl is required, add freetype support, disable Xinerama

Ralf S. Engelschall 23 년 전
부모
커밋
d2eef447f7
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      mozilla/mozilla.spec

+ 5 - 4
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 \