diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-09-14 16:15:57 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-09-14 16:16:39 +0200 |
commit | ece8c3c5db656af60a3415fcd375d0500f22a213 (patch) | |
tree | 59c2b80de9e00a83061ed677abe44c906379ed31 /games-action | |
parent | kde-plasma/kinfocenter: Add firmware security optfeatures (diff) | |
download | gentoo-ece8c3c5db656af60a3415fcd375d0500f22a213.tar.gz gentoo-ece8c3c5db656af60a3415fcd375d0500f22a213.tar.bz2 gentoo-ece8c3c5db656af60a3415fcd375d0500f22a213.zip |
games-action/polymc: we need the full xrandr, not just the lib
Closes: https://bugs.gentoo.org/869857
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/polymc/polymc-1.4.1-r2.ebuild | 2 | ||||
-rw-r--r-- | games-action/polymc/polymc-1.4.2-r1.ebuild | 2 | ||||
-rw-r--r-- | games-action/polymc/polymc-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games-action/polymc/polymc-1.4.1-r2.ebuild b/games-action/polymc/polymc-1.4.1-r2.ebuild index 8be887f9adeb..826e2e11a7aa 100644 --- a/games-action/polymc/polymc-1.4.1-r2.ebuild +++ b/games-action/polymc/polymc-1.4.1-r2.ebuild @@ -126,7 +126,7 @@ pkg_postinst() { xdg_pkg_postinst # https://github.com/PolyMC/PolyMC/issues/227 - optfeature "old Minecraft (<= 1.12.2) support" x11-libs/libXrandr + optfeature "old Minecraft (<= 1.12.2) support" x11-apps/xrandr optfeature "built-in MangoHud support" games-util/mangohud optfeature "built-in Feral Gamemode support" games-util/gamemode diff --git a/games-action/polymc/polymc-1.4.2-r1.ebuild b/games-action/polymc/polymc-1.4.2-r1.ebuild index be9731e0416c..0f99fa720844 100644 --- a/games-action/polymc/polymc-1.4.2-r1.ebuild +++ b/games-action/polymc/polymc-1.4.2-r1.ebuild @@ -126,7 +126,7 @@ pkg_postinst() { xdg_pkg_postinst # https://github.com/PolyMC/PolyMC/issues/227 - optfeature "old Minecraft (<= 1.12.2) support" x11-libs/libXrandr + optfeature "old Minecraft (<= 1.12.2) support" x11-apps/xrandr optfeature "built-in MangoHud support" games-util/mangohud optfeature "built-in Feral Gamemode support" games-util/gamemode diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild index be9731e0416c..0f99fa720844 100644 --- a/games-action/polymc/polymc-9999.ebuild +++ b/games-action/polymc/polymc-9999.ebuild @@ -126,7 +126,7 @@ pkg_postinst() { xdg_pkg_postinst # https://github.com/PolyMC/PolyMC/issues/227 - optfeature "old Minecraft (<= 1.12.2) support" x11-libs/libXrandr + optfeature "old Minecraft (<= 1.12.2) support" x11-apps/xrandr optfeature "built-in MangoHud support" games-util/mangohud optfeature "built-in Feral Gamemode support" games-util/gamemode |