Browse Source

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

git-svn-id: trunk@35600 -
Károly Balogh 8 years ago
parent
commit
fccff1f010
1 changed files with 3 additions and 1 deletions
  1. 3 1
      packages/libusb/fpmake.pp

+ 3 - 1
packages/libusb/fpmake.pp

@@ -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');