projects
/
platform
/
upstream
/
xorg-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f9e76e
)
updated comment for libbitmap
author
Adam Jackson
<ajax@nwnk.net>
Wed, 13 Jul 2005 22:19:36 +0000
(22:19 +0000)
committer
Adam Jackson
<ajax@nwnk.net>
Wed, 13 Jul 2005 22:19:36 +0000
(22:19 +0000)
hw/xfree86/dixmods/Makefile.am
patch
|
blob
|
history
diff --git
a/hw/xfree86/dixmods/Makefile.am
b/hw/xfree86/dixmods/Makefile.am
index
f3a86c4
..
1b73670
100644
(file)
--- a/
hw/xfree86/dixmods/Makefile.am
+++ b/
hw/xfree86/dixmods/Makefile.am
@@
-22,9
+22,10
@@
libafb_la_LDFLAGS = -avoid-version
libafb_la_LIBADD = $(top_srcdir)/afb/libafb.la
libafb_la_SOURCES = afbmodule.c
+# libbitmap is just a wrapper around the bitmap font code in Xfont.
+# it doesn't even make sense to have it loadable, but, welcome to X.
libbitmap_la_SOURCES = bitmapmod.c
libbitmap_la_LDFLAGS = -avoid-version # `pkg-config --libs xfont`
-# XXX sources?
libcfb_la_LDFLAGS = -avoid-version
libcfb_la_LIBADD = $(top_srcdir)/cfb/libcfb.la