fix typo.

This commit is contained in:
4fury-c3440d8
2023-01-04 09:01:30 +03:00
parent a3f6de6b97
commit 117e6ea103
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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>
+3 -2
View File
@@ -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 '
])
+1 -1
View File
@@ -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>