glfw: new package for mangohud
This commit is contained in:
@@ -10,7 +10,10 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure("-Dwith_xnvctrl=disabled")
|
||||
mesontools.configure("-Dwith_xnvctrl=disabled \
|
||||
-Dmangoapp=true \
|
||||
-Dmangohudctl=true \
|
||||
-Dmangoapp_layer=true")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
<Dependency>gcc</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>glfw-devel</Dependency>
|
||||
<Dependency>glew-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>python3-mako</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
@@ -27,13 +29,15 @@
|
||||
<Dependency>nlohmann-json</Dependency>
|
||||
<Dependency>glslang-devel</Dependency>
|
||||
<Dependency>libglvnd-devel</Dependency>
|
||||
<Dependency>libXrandr-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>mangohud</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glew</Dependency>
|
||||
<Dependency>glfw</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
@@ -43,7 +47,7 @@
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc/mangohud</Path>
|
||||
<Path fileType="data">/usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json</Path>
|
||||
<Path fileType="data">/usr/share/vulkan/implicit_layer.d</Path>
|
||||
<Path fileType="data">/usr/share/metainfo</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="library">/usr/lib/mangohud</Path>
|
||||
|
||||
Reference in New Issue
Block a user