Skip to content

Commit

Permalink
Update wxwidgets key. (#31699)
Browse files Browse the repository at this point in the history
* Update wxwidgets key.

Since all supported Debian and Ubuntu distributions now provide this key
the distribution version/codename can be elided.

* Use the correct elided package name.

* Continue using gtk2 backend on older platforms.

It was pointed out in review that while all current Debian and Ubuntu
platforms provide this package with the gtk3 backend, changing it while
these platforms are still active is an unecessary disruption so rather
than fully eliding version we'll use the gtk3 backended package for
distributions except those that are currently supported or recently
unsupported.
  • Loading branch information
nuclearsandwich authored Jan 20, 2022
1 parent c12d1c0 commit 4591f64
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions rosdep/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7838,10 +7838,8 @@ wx-common:
wxwidgets:
arch: [wxgtk]
debian:
'*': [libwxgtk3.0-gtk3-dev]
buster: [libwxgtk3.0-dev]
jessie: [libwxgtk3.0-dev]
stretch: [libwxgtk3.0-dev]
wheezy: [libwxgtk2.8-dev]
fedora: [wxGTK3-devel]
freebsd: [wxgtk2]
gentoo: [x11-libs/wxGTK]
Expand All @@ -7853,24 +7851,9 @@ wxwidgets:
'*': [wxGTK3-devel]
'7': [wxGTK-devel]
ubuntu:
artful: [libwxgtk3.0-dev]
'*': [libwxgtk3.0-gtk3-dev]
bionic: [libwxgtk3.0-dev]
focal: [libwxgtk3.0-gtk3-dev]
lucid: [libwxgtk2.8-dev]
maverick: [libwxgtk2.8-dev]
natty: [libwxgtk2.8-dev]
oneiric: [libwxgtk2.8-dev]
precise: [libwxgtk2.8-dev]
quantal: [libwxgtk2.8-dev]
raring: [libwxgtk2.8-dev]
saucy: [libwxgtk2.8-dev]
trusty: [libwxgtk2.8-dev]
utopic: [libwxgtk2.8-dev]
vivid: [libwxgtk2.8-dev]
wily: [libwxgtk2.8-dev]
xenial: [libwxgtk3.0-dev]
yakkety: [libwxgtk3.0-dev]
zesty: [libwxgtk3.0-dev]
x11proto-dri2-dev:
arch: [dri2proto]
debian: [x11proto-dri2-dev]
Expand Down

0 comments on commit 4591f64

Please sign in to comment.