Make Xephyr build on Solaris:
Add #include <sys/file.h> on Solaris for FNONBLOCK/FASYNC definitions
hw/kdriver/linux/Makefile.am Move agp.c & agp.h to KDRIVE_HW_SOURCES since
they're not needed for Xephyr-only builds
Add -lrt to XEPHYR_LIBS if needed to get nanosleep().
This commit is contained in:
@@ -16,14 +16,14 @@ endif
|
||||
|
||||
if KDRIVE_HW
|
||||
KDRIVE_HW_SOURCES = \
|
||||
agp.c \
|
||||
agp.h \
|
||||
evdev.c \
|
||||
keyboard.c \
|
||||
linux.c
|
||||
endif
|
||||
|
||||
liblinux_a_SOURCES = \
|
||||
agp.c \
|
||||
agp.h \
|
||||
bus.c \
|
||||
klinux.h \
|
||||
mouse.c \
|
||||
|
||||
Reference in New Issue
Block a user