forgot two files from cairo bits landing (not part of the build)

This commit is contained in:
vladimir%pobox.com 2004-08-15 23:57:35 +00:00
Родитель 640054cd02
Коммит 7e3030fdd0
2 изменённых файлов: 17 добавлений и 11 удалений

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

@ -157,6 +157,7 @@ gfx/src/xlib/Makefile
gfx/src/os2/Makefile gfx/src/os2/Makefile
gfx/src/xlibrgb/Makefile gfx/src/xlibrgb/Makefile
gfx/src/windows/Makefile gfx/src/windows/Makefile
gfx/src/cairo/Makefile
gfx/tests/Makefile gfx/tests/Makefile
" "

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

@ -86,17 +86,22 @@ endif
ifdef MOZ_ENABLE_XPRINT ifdef MOZ_ENABLE_XPRINT
DIRS += xprintutil xprint DIRS += xprintutil xprint
endif endif
ifdef MOZ_ENABLE_GTK
DIRS += gtk ifdef MOZ_ENABLE_CAIRO_GFX
endif DIRS += cairo
ifdef MOZ_ENABLE_GTK2 else
DIRS += gtk ifdef MOZ_ENABLE_GTK
endif DIRS += gtk
ifdef MOZ_ENABLE_XLIB endif
DIRS += xlib ifdef MOZ_ENABLE_GTK2
endif DIRS += gtk
ifdef MOZ_ENABLE_PHOTON endif
DIRS += photon ifdef MOZ_ENABLE_XLIB
DIRS += xlib
endif
ifdef MOZ_ENABLE_PHOTON
DIRS += photon
endif
endif endif
CPPSRCS = \ CPPSRCS = \