summaryrefslogtreecommitdiff
path: root/hw/vfb
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-02-24 20:45:51 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-03-27 14:34:06 +0000
commit432fc37e2ca833f1ec3cb614cbdc3a7ae13f22b7 (patch)
treea33cbdd84a1ff1c8e723f21dd5325654a4f13ab4 /hw/vfb
parentf23dd02b969089b66685f70887f19041049f7a24 (diff)
Build fbcmap_mi.c once, rather than once for each DDX
Build fbcmap_mi.c once, rather than once for each DDX, and make it part of libfb or libwfb convenience library. Since 84e8de1271bb11b5b4b9747ae4647f47333a8ab7 we don't have fbcmap.c This is a sort of revert of 17d85387d1e6851d35474b65929e268ca64ef65b v2: Remove libkdrivestubs.la from configure.ac Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am
index a02a43820..f0f9fee47 100644
--- a/hw/vfb/Makefile.am
+++ b/hw/vfb/Makefile.am
@@ -1,7 +1,6 @@
SUBDIRS = man
bin_PROGRAMS = Xvfb
-noinst_LIBRARIES = libfbcmap.a
AM_CFLAGS = -DHAVE_DIX_CONFIG_H \
$(XVFBMODULES_CFLAGS) \
@@ -11,14 +10,10 @@ SRCS = InitInput.c \
InitOutput.c \
$(top_srcdir)/mi/miinitext.c
-libfbcmap_a_CFLAGS = $(AM_CFLAGS)
-libfbcmap_a_SOURCES = $(top_srcdir)/fb/fbcmap_mi.c
-
Xvfb_SOURCES = $(SRCS)
XVFB_LIBS = \
@XVFB_LIBS@ \
- libfbcmap.a \
$(MAIN_LIB) \
$(XSERVER_LIBS) \
$(top_builddir)/Xext/libXextdpmsstubs.la \