fix build bustage (bug 336199) r=marria

This commit is contained in:
bryner%brianryner.com 2006-05-02 00:24:04 +00:00
Родитель 28917bc948
Коммит c2bf26b418
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -58,7 +58,6 @@ REQUIRES = xpcom \
docshell \
layout \
widget \
xmlextras \
libbz2 \
caps \
xulapp \
@ -68,10 +67,11 @@ REQUIRES = xpcom \
$(NULL)
# nsIScreenManager has moved to widget on the trunk
# nsIDOMParser and nsIDOMSerializer have moved to content.
ifdef MOZILLA_1_8_BRANCH
REQUIRES += gfx
REQUIRES += gfx xmlextras
else
REQUIRES += widget
REQUIRES += widget content
endif
CPPSRCS = \