Explorar o código

packages: add opengl as required for win32 and win64 for gtk1

git-svn-id: trunk@20360 -
paul %!s(int64=13) %!d(string=hai) anos
pai
achega
4c1fa31c11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/gtk1/fpmake.pp

+ 1 - 1
packages/gtk1/fpmake.pp

@@ -28,7 +28,7 @@ begin
     if Defaults.CPU<>arm then
       P.OSes := P.OSes + [darwin];
 
-    P.Dependencies.Add('opengl',AllUnixOSes);
+    P.Dependencies.Add('opengl',AllUnixOSes+[Win32,Win64]);
 
     T:=P.Targets.AddUnit('src/gdk/gdkpixbuf.pp');
       with T.Dependencies do