]> git.tdb.fi Git - builder.git/blobdiff - openal.bpk
Move binary packages from builderrc to individual files
[builder.git] / openal.bpk
diff --git a/openal.bpk b/openal.bpk
new file mode 100644 (file)
index 0000000..5bd52f1
--- /dev/null
@@ -0,0 +1,21 @@
+binary_package "openal"
+{
+       // XXX OpenAL has a .pc file for *nix but not for Windows
+       if_arch "!windows"
+       {
+               build_info
+               {
+                       library "openal";
+               };
+       };
+
+       if_arch "windows"
+       {
+               build_info
+               {
+                       library "OpenAL32";
+               };
+       };
+
+       header "AL/al.h";
+};