diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-10-03 18:34:52 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-10-03 18:34:52 -0400 |
commit | 2a41dd62abd68d827d6232828e7e53974cf3155d (patch) | |
tree | ba31127c38687a27516be8970cf1b5a41ad52db2 /pts | |
parent | 05bf9015e4ac950861cf2298c9e7b8109c4a7f8b (diff) | |
download | phoronix-test-suite-upstream-2a41dd62abd68d827d6232828e7e53974cf3155d.tar.gz phoronix-test-suite-upstream-2a41dd62abd68d827d6232828e7e53974cf3155d.tar.xz phoronix-test-suite-upstream-2a41dd62abd68d827d6232828e7e53974cf3155d.zip |
pts: Add mac-packages.xml that contains the location of the OpenAL
framework since it ships by default with OS X so suppress the warning
message
Diffstat (limited to 'pts')
-rw-r--r-- | pts/distro-xml/mac-packages.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pts/distro-xml/mac-packages.xml b/pts/distro-xml/mac-packages.xml new file mode 100644 index 0000000..3c4f2e8 --- /dev/null +++ b/pts/distro-xml/mac-packages.xml @@ -0,0 +1,8 @@ +<PhoronixTestSuite> + <ExternalDependencies> + <Package> + <GenericName>openal-devel</GenericName> + <FileCheck>/System/Library/Frameworks/OpenAL.framework/Headers/al.h</FileCheck> + </Package> + </ExternalDependencies> +</PhoronixTestSuite> |