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