Adding a sample on how to add a gfx driver, which is a driver and an accelerant. Makes a good example imo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42559 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c3cfda776d
commit
fae1d2ab81
@ -30,3 +30,8 @@
|
||||
|
||||
# Don't add the libraries built with the alternative gcc version.
|
||||
#HAIKU_ADD_ALTERNATIVE_GCC_LIBS = 0 ;
|
||||
|
||||
# Add an optional gfx driver and its accelerant.
|
||||
# (Drivers just have a special rule because of the need for the symlink in dev/)
|
||||
AddDriversToHaikuImage graphics : optional_driver ;
|
||||
AddFilesToHaikuImage system add-ons accelerants : optional_driver.accelerant ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user