diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-24 15:18:06 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-24 15:18:06 +0000 |
commit | 9657e0e9def47dba5b0bfa7461874362712a07bb (patch) | |
tree | e7f136daf4a1efd74cef4686d4d0c75f0ace5fb4 /ChangeLog | |
parent | 825a95a1fab69f84c99ae132888fced22e28be33 (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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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: |