Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
b4122947
Commit
b4122947
authored
4 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
steam-runtime-tools v0.20201022.0
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
6c33ec4c
Branches
Branches containing commit
Tags
v0.20201022.0
Tags containing commit
No related merge requests found
Pipeline
#4941
passed
4 years ago
Stage: build
Stage: relocatable-install
Stage: test
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+13
-0
13 additions, 0 deletions
debian/changelog
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
15 additions
and
2 deletions
debian/changelog
+
13
−
0
View file @
b4122947
steam-runtime-tools (0.20201022.0) scout; urgency=medium
[ Ludovico de Nittis ]
* wrap: Set all the env vars before building the locking list.
This ensures pressure-vessel picks up the correct DISPLAY and XAUTHORITY
to work in situations where the X11 server does not listen on an
abstract socket, such as recent GNOME in Wayland mode.
(steam-runtime-tools#26, Proton#4270)
* Add support for Arch Linux /etc/locale.gen. (steam-runtime-tools#5)
* system-info: Return the correct value if the assertion fails
-- Simon McVittie <smcv@collabora.com> Thu, 22 Oct 2020 10:09:01 +0100
steam-runtime-tools (0.20201007.0) scout; urgency=medium
[ Ludovico de Nittis ]
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
b4122947
...
...
@@ -23,7 +23,7 @@
project
(
'steam-runtime-tools'
,
'c'
,
'cpp'
,
version
:
'0.202010
07
.0'
,
version
:
'0.202010
22
.0'
,
default_options
:
[
'c_std=c99'
,
'cpp_std=c++11'
,
...
...
@@ -35,7 +35,7 @@ add_languages('cpp')
api_major
=
'0'
abi_major
=
'0'
abi_minor
=
'202010
07
.0'
abi_minor
=
'202010
22
.0'
pkg
=
import
(
'pkgconfig'
)
gnome
=
import
(
'gnome'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment