libusb: attempt to fix build on Linux, fix typo in description

git-svn-id: trunk@35600 -
This commit is contained in:
Károly Balogh 2017-03-15 21:18:13 +00:00
parent 5ca540f3c7
commit fccff1f010

View File

@ -17,10 +17,12 @@ begin
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
P.Version:='3.1.1';
P.Description := 'Headers for the libusb library e)';
P.Description := 'Headers for the libusb library';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
P.OSes := [linux,win32];
P.Dependencies.Add('rtl-extra',[linux]);
P.SourcePath.Add('src');
P.IncludePath.Add('src');