For linux-fb get the pangoft2 cflags and libs. This needs a recent pango

2000-12-21  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	For linux-fb get the pangoft2 cflags and libs. This needs a recent
	pango version.
	Remove modules/linux-fb/Makefile.

	* gdk/linux-fb/gdkdrawable-fb2.c:
	Render glyphs using freetype.

	* gdk/linux-fb/gdkfb.h:
	Add new fb-specific functions needed for managing windows.

	* gdk/linux-fb/gdkmain-fb.c:
	Remove gdk_font_init/fini() calls.

	* gdk/linux-fb/gdkpango-fb.c:
	Remove old implementation. Use pangoft2 instead.

	* gdk/linux-fb/gdkprivate-fb.h:
	Remove PangoFBFont and related stuff.

	* gdk/linux-fb/gdkwindow-fb.c:
	Implement drawable->get_visible_region.
	Implement support for _gdk_window_set_child_handler () and
	_gdk_window_get_decorations().

	* modules/Makefile.am:
	Remove linux-fb subdir.

	* modules/linux-fb/*:
	Removed all.
This commit is contained in:
Alexander Larsson
2000-12-21 10:31:30 +00:00
committed by Alexander Larsson
parent dadf966b3b
commit a92170b6ca
14 changed files with 235 additions and 5229 deletions

View File

@ -601,6 +601,9 @@ if test "x$gdktarget" = "xx11"; then
if $have_xft = true ; then
PANGO_LIBS="$PANGO_LIBS -lpangoxft"
fi
elif test "x$gdktarget" = "xlinux-fb"; then
PANGO_CFLAGS="`$PANGO_CONFIG --cflags pangoft2`"
PANGO_LIBS="`$PANGO_CONFIG --libs pangoft2`"
else
PANGO_CFLAGS="`$PANGO_CONFIG --cflags pango`"
PANGO_LIBS="`$PANGO_CONFIG --libs pango`"
@ -1116,7 +1119,6 @@ gtk/gtkcompat.h
gtk/gtk-win32.rc
gtk/stock-icons/Makefile
modules/Makefile
modules/linux-fb/Makefile
modules/input/Makefile
contrib/Makefile
contrib/gdk-pixbuf-xlib/Makefile