mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
moved sound interface to common directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@558 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a1302f26db
commit
f07bfd0230
4 changed files with 18 additions and 3 deletions
|
|
@ -45,6 +45,7 @@ UNAME := $(shell uname)
|
|||
ifeq ($(UNAME),Linux)
|
||||
INCLUDES += -I/usr/X11R6/include
|
||||
LIBDIRS = -L/usr/X11R6/lib
|
||||
DEFINES += -DLINUX
|
||||
else
|
||||
LIBDIRS =
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue