]> source.dussan.org Git - tigervnc.git/commitdiff
Stop explicitly including fbcmap_mi.c
authorPierre Ossman <ossman@cendio.se>
Tue, 20 Feb 2024 16:03:07 +0000 (17:03 +0100)
committerPierre Ossman <ossman@cendio.se>
Wed, 19 Jun 2024 14:39:07 +0000 (16:39 +0200)
This hasn't been needed since Xorg 1.16.

unix/xserver/hw/vnc/Makefile.am

index 3a12d1fc8a2562913f25ad7a40421d1d48848b2c..cd1f7fe9eeafa8be75fe22e97d7a1809c7ebffde 100644 (file)
@@ -35,7 +35,7 @@ man1_MANS = Xvnc.man
 
 Xvnc_SOURCES = xvnc.c \
        $(top_srcdir)/Xi/stubs.c $(top_srcdir)/mi/miinitext.c \
-       $(top_srcdir)/fb/fbcmap_mi.c buildtime.c
+       buildtime.c
 
 # Xvnc contains no C++ sources so automake doesn't understand that we
 # need to use the C++ compiler to link things. This is the upstream