diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-06-30 23:23:11 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-06-30 23:23:11 +0100 |
commit | 06ac0e5918c9ef2e319d6e562bd807241eae791b (patch) | |
tree | 1e36032bb7d911b9f6bdaaf8f5a9e3779da8e9cd /x11-wm | |
parent | kde-apps/ksudoku: Drop IUSE opengl (diff) | |
download | gentoo-06ac0e5918c9ef2e319d6e562bd807241eae791b.tar.gz gentoo-06ac0e5918c9ef2e319d6e562bd807241eae791b.tar.bz2 gentoo-06ac0e5918c9ef2e319d6e562bd807241eae791b.zip |
x11-wm/xpra: Add missing x11-drivers/xf86-video-dummy dependency
This used to be optional and we were disabling it, but now it's mandatory. Not
entirely sure this needs to be among the test dependencies but seems likely.
Bug: https://bugs.gentoo.org/934918
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xpra/xpra-6.0.1-r1.ebuild (renamed from x11-wm/xpra/xpra-6.0.1.ebuild) | 1 | ||||
-rw-r--r-- | x11-wm/xpra/xpra-6.9999.ebuild | 1 | ||||
-rw-r--r-- | x11-wm/xpra/xpra-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/xpra/xpra-6.0.1.ebuild b/x11-wm/xpra/xpra-6.0.1-r1.ebuild index bfe892db2a2a..44f903773195 100644 --- a/x11-wm/xpra/xpra-6.0.1.ebuild +++ b/x11-wm/xpra/xpra-6.0.1-r1.ebuild @@ -51,6 +51,7 @@ TEST_DEPEND=" server? ( x11-base/xorg-server[-minimal,xvfb] x11-drivers/xf86-input-void + x11-drivers/xf86-video-dummy ) webcam? ( media-video/v4l2loopback ) xinerama? ( x11-libs/libfakeXinerama ) diff --git a/x11-wm/xpra/xpra-6.9999.ebuild b/x11-wm/xpra/xpra-6.9999.ebuild index bfe892db2a2a..44f903773195 100644 --- a/x11-wm/xpra/xpra-6.9999.ebuild +++ b/x11-wm/xpra/xpra-6.9999.ebuild @@ -51,6 +51,7 @@ TEST_DEPEND=" server? ( x11-base/xorg-server[-minimal,xvfb] x11-drivers/xf86-input-void + x11-drivers/xf86-video-dummy ) webcam? ( media-video/v4l2loopback ) xinerama? ( x11-libs/libfakeXinerama ) diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild index bfe892db2a2a..44f903773195 100644 --- a/x11-wm/xpra/xpra-9999.ebuild +++ b/x11-wm/xpra/xpra-9999.ebuild @@ -51,6 +51,7 @@ TEST_DEPEND=" server? ( x11-base/xorg-server[-minimal,xvfb] x11-drivers/xf86-input-void + x11-drivers/xf86-video-dummy ) webcam? ( media-video/v4l2loopback ) xinerama? ( x11-libs/libfakeXinerama ) |