mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 03:54:30 +00:00
-lXfont isn't enough for libbitmap, you need to get the -L from pkg-config
This commit is contained in:
@@ -10,7 +10,7 @@ INCLUDES = $(XORG_INCS) -I$(top_srcdir)/afb -I$(top_srcdir)/mfb \
|
||||
|
||||
libbitmap_la_SOURCES = \
|
||||
bitmapmod.c
|
||||
libbitmap_la_LDFLAGS = -lXfont
|
||||
libbitmap_la_LDFLAGS = `pkg-config --libs xfont`
|
||||
|
||||
libfb_la_SOURCES = \
|
||||
$(top_srcdir)/fb/fbcmap.c
|
||||
|
||||
Reference in New Issue
Block a user