67ec69ee6e
LibGGIMisc is a place to put support for graphics target features which are not deserving their own special extensions. Right now this means basically some VGA adaptor features -- getting and waiting for the raster position, using a hardware horizontal splitline feature, and loading/unloading font data from hardware text modes.
13 lines
500 B
Text
13 lines
500 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/03/25 02:51:08 wiz Exp $
|
|
|
|
--- Makefile.in.orig 2004-11-30 23:25:50.000000000 +0100
|
|
+++ Makefile.in
|
|
@@ -193,7 +193,7 @@ sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
AUTOMAKE_OPTIONS = 1.4 foreign
|
|
SUBDIRS = include ggimisc display demos doc m4 dist
|
|
-ggiconfdatadir = $(sysconfdir)/$(ggi_subdir)
|
|
+ggiconfdatadir = $(datadir)/examples/libggimisc
|
|
ggiconfdata_DATA = libggimisc.conf
|
|
DISTCLEANFILES = libggimisc.conf
|
|
EXTRA_DIST = autogen.sh checkversion.sh
|