浏览代码

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

git-svn-id: trunk@20360 -
paul 13 年之前
父节点
当前提交
4c1fa31c11
共有 1 个文件被更改,包括 1 次插入1 次删除
  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