Add echo.settings to package file.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16263 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
fa2a531aa8
commit
5f9550c0b5
@ -81,5 +81,6 @@ Package haiku-echo3g-cvs
|
||||
PackageDriverSymLink haiku-echo3g-cvs : audio multi echo3g ;
|
||||
PackageDriverSymLink haiku-echo3g-cvs : midi echo3g ;
|
||||
|
||||
#Package haiku-echo3g-cvs : echo.settings : boot home config settings kernel drivers ;
|
||||
Package haiku-echo3g-cvs : <echo!driver>echo.settings
|
||||
: boot home config settings kernel drivers ;
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
SubDir HAIKU_TOP src add-ons kernel drivers audio echo ;
|
||||
|
||||
# The settings file is located in this dir and included in the packages built
|
||||
# in the subdirectories. We specify its location once.
|
||||
SEARCH on <echo!driver>echo.settings = $(SUBDIR) ;
|
||||
|
||||
SubInclude HAIKU_TOP src add-ons kernel drivers audio echo gals ;
|
||||
SubInclude HAIKU_TOP src add-ons kernel drivers audio echo 24 ;
|
||||
SubInclude HAIKU_TOP src add-ons kernel drivers audio echo 3g ;
|
||||
|
Loading…
Reference in New Issue
Block a user