Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Bye bye non-cairo GTK gfx. b=383889 r+sr=vladimir
Browse files Browse the repository at this point in the history
  • Loading branch information
mats.palmgren@bredband.net committed Jun 16, 2007
1 parent 7d4df6b commit 672783b
Show file tree
Hide file tree
Showing 70 changed files with 16 additions and 30,552 deletions.
1 change: 0 additions & 1 deletion allmakefiles.sh
Expand Up @@ -155,7 +155,6 @@ gfx/idl/Makefile
gfx/public/Makefile
gfx/src/Makefile
gfx/src/beos/Makefile
gfx/src/gtk/Makefile
gfx/src/ps/Makefile
gfx/src/psshared/Makefile
gfx/src/photon/Makefile
Expand Down
3 changes: 1 addition & 2 deletions embedding/config/basebrowser-unix
Expand Up @@ -50,10 +50,9 @@ libgkgfx.so
libgtksuperwin.so
libgtkembedmoz.so
libgfxpsshar.so
components/libgfx_gtk.so
components/libgkgfxthebes.so
components/libgfxps.so
components/gfx.xpt
components/libwidget_gtk.so
components/libwidget_gtk2.so
components/widget.xpt

Expand Down
3 changes: 1 addition & 2 deletions embedding/config/minimo-unix
Expand Up @@ -42,10 +42,9 @@ libgkgfx.so
libgtksuperwin.so
libgtkembedmoz.so
libgfxpsshar.so
components/libgfx_gtk.so
components/libgkgfxthebes.so
components/libgfxps.so
components/gfx.xpt
components/libwidget_gtk.so
components/libwidget_gtk2.so
components/widget.xpt

Expand Down
5 changes: 1 addition & 4 deletions gfx/src/Makefile.in
Expand Up @@ -77,9 +77,6 @@ endif
ifdef MOZ_ENABLE_CAIRO_GFX
DIRS += thebes
else
ifdef MOZ_ENABLE_GTK2
DIRS += gtk
endif
ifdef MOZ_ENABLE_PHOTON
DIRS += photon
endif
Expand Down Expand Up @@ -108,7 +105,7 @@ ifeq (,$(filter windows,$(MOZ_WIDGET_TOOLKIT)))
REQUIRES += uconv
endif

ifneq (,$(filter gtk2 beos windows os2,$(MOZ_WIDGET_TOOLKIT)))
ifneq (,$(filter beos windows os2,$(MOZ_WIDGET_TOOLKIT)))
CPPSRCS += imgScaler.cpp
endif

Expand Down
203 changes: 0 additions & 203 deletions gfx/src/gtk/Makefile.in

This file was deleted.

0 comments on commit 672783b

Please sign in to comment.