clementine.

This commit is contained in:
4fury-c3440d8
2020-09-22 17:12:15 +03:00
parent 7ea594c28b
commit c41d82c813
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -9,8 +9,9 @@ from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
j = "-DCMAKE_INSTALL_PREFIX=/isr \
-DCMAKE_BUILD_TYPE=Release \
j = "-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DUSE_SYSTEM_TAGLIB=ON \
-DENABLE_VK=ON \
"
+1
View File
@@ -18,6 +18,7 @@
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ccache</Dependency>
<Dependency>gst-libav</Dependency>
<Dependency>glew-devel</Dependency>
<Dependency>boost-devel</Dependency>