summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-24 15:18:06 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-24 15:18:06 +0000
commit9657e0e9def47dba5b0bfa7461874362712a07bb (patch)
treee7f136daf4a1efd74cef4686d4d0c75f0ace5fb4 /ChangeLog
parent825a95a1fab69f84c99ae132888fced22e28be33 (diff)
Don't try to build dmx/input/lnx-*.c if <linux/keyboard.h> isn't found
Don't try to build dmx/input/usb-*.c if <linux/input.h> isn't found Replace -rdynamic with $(LD_EXPORT_SYMBOLS_FLAG) for compatibility with compilers other than gcc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b52df1f4..573658985 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-08-24 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * configure.ac:
+ * hw/dmx/input/Makefile.am:
+ Don't try to build dmx/input/lnx-*.c if <linux/keyboard.h> isn't found
+ Don't try to build dmx/input/usb-*.c if <linux/input.h> isn't found
+
+ * hw/dmx/Makefile.am:
+ Replace -rdynamic with $(LD_EXPORT_SYMBOLS_FLAG) for compatibility
+ with compilers other than gcc
+
2005-08-22 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac: