diff options
-rw-r--r-- | packages/gtk1/fpmake.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gtk1/fpmake.pp b/packages/gtk1/fpmake.pp index 0eee41f3b0..43f8124a77 100644 --- a/packages/gtk1/fpmake.pp +++ b/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 |