diff options
author | Daniel Stone <daniel.stone@nokia.com> | 2006-07-19 16:51:04 -0400 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-21 15:19:51 -0400 |
commit | 02d09105113fb9b560a770fe15f7bb041165831c (patch) | |
tree | cadb80dc7d1571d45481c316d1e8303bf5871b7c /hw/kdrive/fbdev/Makefile.am | |
parent | a274e7296b1bdd6f6c921f28b087610cec9548e0 (diff) |
new KDrive input world order
Convert KDrive to GPE/GKE interface.
Add first-class drivers and enumerate every device separately through
Xi, instead of lamely attempting to aggregate them.
Add XKB support to the Linux keyboard driver.
Add 'thumb button' support to the tslib driver.
Rejig InitInput, so each DDX has to add a list of drivers it supports.
Support NewInputDeviceRequest, et al.
Diffstat (limited to 'hw/kdrive/fbdev/Makefile.am')
-rw-r--r-- | hw/kdrive/fbdev/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hw/kdrive/fbdev/Makefile.am b/hw/kdrive/fbdev/Makefile.am index fce6df9f4..39e9ba4c6 100644 --- a/hw/kdrive/fbdev/Makefile.am +++ b/hw/kdrive/fbdev/Makefile.am @@ -4,8 +4,6 @@ INCLUDES = \ noinst_LIBRARIES = libfbdev.a -bin_PROGRAMS = Xfbdev - if TSLIB TSLIB_FLAG = -lts endif @@ -14,6 +12,9 @@ libfbdev_a_SOURCES = \ fbdev.c \ fbdev.h +if KDRIVEFBDEV +bin_PROGRAMS = Xfbdev + Xfbdev_SOURCES = \ fbinit.c @@ -26,4 +27,4 @@ Xfbdev_LDADD = \ Xfbdev_DEPENDENCIES = \ libfbdev.a \ @KDRIVE_LIBS@ - +endif |