fix typo.
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<Package>
|
||||
<Name>libmfx-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libnfx</Dependency>
|
||||
<Dependency release="current">libmfx</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/pkgconfig/mfx.pc</Path>
|
||||
|
||||
@@ -8,12 +8,13 @@ from pisi.actionsapi import cmaketools, mesontools, pisitools
|
||||
|
||||
j = ''.join([
|
||||
' -DCMAKE_BUILD_TYPE=Release',
|
||||
' -DONEAPI_INSTALL_ENVDIR=/usr/share//vpl',
|
||||
' -DONEAPI_INSTALL_ENVDIR=/usr/share/vpl',
|
||||
' -DONEAPI_INSTALL_MODFILEDIR=/usr/share/vpl/modulefiles',
|
||||
' -DBUILD_TOOLS_ONEVPL_EXPERIMENTAL=OFF',
|
||||
' -DBUILD_DISPATCHER_ONEVPL_EXPERIMENTAL=OFF',
|
||||
' -DBUILD_TESTS=ON',
|
||||
' -DBUILD_TOOLS=OFF',
|
||||
' -DBUILD_TOOLS=ON',
|
||||
' -DBUILD_DEV=ON',
|
||||
' -B_build -G Ninja -L '
|
||||
])
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>Apach-2</License>
|
||||
<License>Apache-2</License>
|
||||
<License>BSD-2-Clause</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>OpenCL ICD loader library</Summary>
|
||||
|
||||
Reference in New Issue
Block a user