Remove --disable-libpr0n option & USE_IMG2 makefile variable.

Bug #88685


git-svn-id: svn://10.0.0.236/trunk@100875 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2001-08-12 00:38:38 +00:00
parent c122ea83f7
commit 7a55109514
5 changed files with 3 additions and 22 deletions

View File

@@ -99,13 +99,8 @@ DIRS += \
expat \
htmlparser \
gfx \
$(NULL)
ifdef USE_IMG2
DIRS += gfx2 modules/libpr0n
endif
DIRS += \
gfx2 \
modules/libpr0n \
modules/plugin \
dom \
view \

View File

@@ -337,7 +337,6 @@ MOZ_OS2_TOOLS = @MOZ_OS2_TOOLS@
MOZ_OS2_EMX_OBJECTFORMAT = @MOZ_OS2_EMX_OBJECTFORMAT@
HAVE_MOVEMAIL=@HAVE_MOVEMAIL@
USE_IMG2=@USE_IMG2@
HAVE_XIE=@HAVE_XIE@
MOZ_PSM=@MOZ_PSM@

View File

@@ -311,10 +311,7 @@ CFLAGS=$(CFLAGS) -DMOZ_SVG
CFLAGS=$(CFLAGS) -DMOZ_REFLOW_PERF -DMOZ_REFLOW_PERF_DSP
!endif
#!ifdef USE_IMG2
USE_IMG2=1
CFLAGS=$(CFLAGS) -DUSE_IMG2
#!endif
!ifdef MOZ_STATIC_COMPONENT_LIBS
CFLAGS=$(CFLAGS) -DXPCOM_TRANSLATE_NSGM_ENTRY_POINT -DMOZ_STATIC_COMPONENT_LIBS

View File

@@ -3851,15 +3851,7 @@ AC_ARG_ENABLE(verbose-config-defs,
fi])
dnl libpr0n on by default
USE_IMG2=1
dnl Turn off the new image library. Soon to go away.
MOZ_ARG_DISABLE_BOOL(libpr0n,
[ --disable-libpr0n Disable new imagelib],
USE_IMG2=)
if test "$USE_IMG2" = "1"; then
AC_DEFINE(USE_IMG2)
fi
AC_SUBST(USE_IMG2)
AC_DEFINE(USE_IMG2)
dnl ========================================================
dnl =

View File

@@ -74,10 +74,8 @@ DIRS = \
# the following are associated with the layout engine
expat \
gfx \
!if defined(USE_IMG2)
gfx2 \
modules\libpr0n \
!endif
modules\plugin \
uriloader \
htmlparser \