diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-11-22 19:10:09 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-11-22 19:12:23 +0100 |
commit | bc0c7075e29b1719409cf7de8a4ab9ae1315aa67 (patch) | |
tree | fa01e6b79ad42ca8b76cbe465f9aae8040c1a40d /hw/xfree86/os-support/bsd/Makefile.am | |
parent | 76fcfc480133726112049e5bd9c3082d46825918 (diff) |
Remove the old libusbhid copy from os-support/bsd.
This has been replaced by in-kernel support for USB mices several
years ago and hasn't been enabled in build since X.Org 6.8.
Diffstat (limited to 'hw/xfree86/os-support/bsd/Makefile.am')
-rw-r--r-- | hw/xfree86/os-support/bsd/Makefile.am | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/hw/xfree86/os-support/bsd/Makefile.am b/hw/xfree86/os-support/bsd/Makefile.am index 70d6c1f1b..e52dac13b 100644 --- a/hw/xfree86/os-support/bsd/Makefile.am +++ b/hw/xfree86/os-support/bsd/Makefile.am @@ -1,7 +1,5 @@ noinst_LTLIBRARIES = libbsd.la -# FIXME: Add USB mouse support? - # APM support. if BSD_KQUEUE_APM APM_SOURCES = $(srcdir)/bsd_kqueue_apm.c @@ -78,14 +76,4 @@ libbsd_la_SOURCES = \ # FIXME: Add these files to the build as needed EXTRA_DIST = \ - bsd_apm.c \ - bsd_kqueue_apm.c \ - memrange.h \ - libusb/data.c \ - libusb/descr.c \ - libusb/parse.c \ - libusb/usage.c \ - libusb/usb.3 \ - libusb/usb.h \ - libusb/usb_hid_usages \ - libusb/usbvar.h + memrange.h |