- Update to version 0.2
* Recognize software rendering as such now that it is done with
gallium llvmpipe, rather then the classic software renderer
* Add a new hasDri function to opengl-game-functions.sh
- Add use-posix-shell.patch
- Use SourceURLs
OBS-URL: https://build.opensuse.org/request/show/971946
OBS-URL: https://build.opensuse.org/package/show/games/opengl-games-utils?expand=0&rev=7
7 lines
127 B
Diff
7 lines
127 B
Diff
++++++ opengl-game-wrapper.sh
|
|
--- opengl-game-wrapper.sh
|
|
+++ opengl-game-wrapper.sh
|
|
@@ -1,1 +1,1 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh -e
|