Browse Source

* Patch from Christian Schiffler (Bug ID 22943) to fix missing dependency on fcl-base

git-svn-id: trunk@22950 -
michael 12 years ago
parent
commit
d1440c7483
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/libvlc/fpmake.pp

+ 2 - 2
packages/libvlc/fpmake.pp

@@ -16,8 +16,8 @@ begin
     P.Directory:='libvlc';
     P.Directory:='libvlc';
 {$endif ALLPACKAGES}
 {$endif ALLPACKAGES}
     P.OSes := [win32, win64, linux, freebsd];
     P.OSes := [win32, win64, linux, freebsd];
- 
-     P.Version:='1.0';
+    P.Dependencies.Add('fcl-base');
+    P.Version:='1.0';
     P.License := 'LGPL with modification';
     P.License := 'LGPL with modification';
     P.HomepageURL := 'www.freepascal.org';
     P.HomepageURL := 'www.freepascal.org';
     P.Email := '[email protected]';
     P.Email := '[email protected]';