mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Another round of plugin keymaps for the Philips GoGear SA9200.
Just a few more to go... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23838 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f6a92b8e71
commit
29d20d8068
21 changed files with 185 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ endif
|
|||
endif
|
||||
|
||||
ifneq ($(findstring MINGW,$(shell uname)),MINGW)
|
||||
LIBS = /usr/lib/libmtp.a /usr/lib/libusb.a
|
||||
LIBS = /usr/local/lib/libmtp.a /usr/local/lib/libusb.a
|
||||
CFLAGS += $(shell printf \
|
||||
'\#include <libmtp.h>\nlibmtp version: LIBMTP_VERSION\n' | \
|
||||
gcc -E -P - -o - | grep -q '^libmtp version: 0\.2' && echo '-DOLDMTP')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue