X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=a0f437caa8cd37f3e534672896902defdde577a2;hb=1aca77b93853ee127ac3bbf6886f7f04920542ef;hp=f311834e48cf4ad3fde968825350396008fb06c2;hpb=6824fa5669f6eb0640e85c0acfc9a941d313a159;p=libs%2Fgui.git diff --git a/Build b/Build index f311834..a0f437c 100644 --- a/Build +++ b/Build @@ -57,6 +57,22 @@ package "mspgui" { source "source/graphics"; source "source/input"; + if_arch "windows" + { + overlay "windows"; + if_feature "opengl" + { + overlay "wgl"; + }; + }; + if_arch "!windows" + { + overlay "x11"; + if_feature "opengl" + { + overlay "glx"; + }; + }; install true; install_map {