diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-04 16:54:19 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-04 16:54:19 +0000 |
commit | 96ccd234d2632703430402c0615afa5d21ce3dfd (patch) | |
tree | 9882d6cdc6cfe3054ccb966b82515729145e732b /firefox | |
parent | b4c78b800cd821c72432bee08282b250aad6164f (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into dixie.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/04 17:54:05+01:00 nexus.co.uk!pb
collect all mozilla bits in one place
BKrev: 40e8363bI0s935zDI4z29guy7Gz_-w
Diffstat (limited to 'firefox')
-rw-r--r-- | firefox/firefox-0.9/mozconfig | 53 | ||||
-rw-r--r-- | firefox/firefox-0.9/xptcstubs.patch | 0 | ||||
-rw-r--r-- | firefox/firefox_0.9.oe | 40 |
3 files changed, 0 insertions, 93 deletions
diff --git a/firefox/firefox-0.9/mozconfig b/firefox/firefox-0.9/mozconfig deleted file mode 100644 index 2546be9ecf..0000000000 --- a/firefox/firefox-0.9/mozconfig +++ /dev/null @@ -1,53 +0,0 @@ -. $topsrcdir/browser/config/mozconfig - -# use GTK+-2 widget set with XFT font rendering -ac_add_options --enable-default-toolkit=gtk2 -ac_add_options --enable-xft -ac_add_options --disable-freetype2 - -# enable minimal profile support -#ac_add_options --disable-profilesharing -#ac_add_options --disable-profilelocking -#ac_add_options --enable-single-profile - -ac_add_options --with-system-zlib -ac_add_options --with-system-jpeg -ac_add_options --with-system-png - -ac_add_options --disable-accessibility -ac_add_options --disable-composer -#ac_add_options --enable-plaintext-editor-only -ac_add_options --disable-mailnews -ac_add_options --disable-ldap -ac_add_options --disable-postscript -ac_add_options --disable-mathml -ac_add_options --disable-jsd -ac_add_options --disable-installer -ac_add_options --disable-xprint -ac_add_options --disable-necko-disk-cache - -# configure necko to allocate smaller network buffers -ac_add_options --enable-necko-small-buffers - -# disable debug logging and tests -#ac_add_options --disable-dtd-debug -ac_add_options --disable-logging -ac_add_options --disable-debug -ac_add_options --disable-gtktest -ac_add_options --disable-tests - -# build crypto module (PSM + NSS) -ac_add_options --enable-crypto - -# build minimal set of protocol handlers -ac_add_options --enable-necko-protocols=http,file,res,jar - -# build minimal set of image decoders -ac_add_options --enable-image-decoders=png,gif,jpeg - -#ac_add_options --enable-reorder -#ac_add_options --enable-elf-dynstr-gc - -# enable static build -#ac_add_options --disable-shared -#ac_add_options --enable-static diff --git a/firefox/firefox-0.9/xptcstubs.patch b/firefox/firefox-0.9/xptcstubs.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/firefox/firefox-0.9/xptcstubs.patch +++ /dev/null diff --git a/firefox/firefox_0.9.oe b/firefox/firefox_0.9.oe deleted file mode 100644 index ad102b74cb..0000000000 --- a/firefox/firefox_0.9.oe +++ /dev/null @@ -1,40 +0,0 @@ -DEPENDS = "xt xi zip-native gtk+ orbit2" -PR = "r2" - -SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-source.tar.bz2 \ - file://mozconfig \ - file://xptcstubs.patch;patch=1 \ - file://no-xmb.patch;patch=1" - -S = "${WORKDIR}/mozilla" - -FILES_${PN} += "${libdir}/firefox-${PV} ${datadir}/idl" - -# gcc-3.4 blows up in gtktext with -frename-registers on arm-linux -CFLAGS := "${@'${CFLAGS}'.replace('-frename-registers', '')} -fsigned-char -fno-strict-aliasing" -CXXFLAGS := "${@'${CXXFLAGS}'.replace('-frename-registers', '')} -fsigned-char -fno-strict-aliasing" - -SELECTED_OPTIMIZATION = "-O" - -export CROSS_COMPILE=1 -export HOST_LIBIDL_CONFIG="libIDL-config-2" -export CONFIGURE_ARGS="--target=${TARGET_SYS} --host=${BUILD_SYS} --build=${BUILD_SYS} --prefix=${prefix}" - -export HOST_CFLAGS="${BUILD_CFLAGS}" -export HOST_CXXFLAGS="${BULID_CXXFLAGS}" -export HOST_LDFLAGS="${BUILD_LDFLAGS}" -export HOST_RANLIB="${BUILD_RANLIB}" -export HOST_AR="${BUILD_AR}" - -do_configure() { - cp ${WORKDIR}/mozconfig .mozconfig -} - -do_compile() { - make -f client.mk build_all -} - -do_install() { - make DESTDIR="${D}" install -} - |