gnustep-base/gnustep-back-cairo: add missing x11-base/xorg-proto build dep

Closes: https://bugs.gentoo.org/927765
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli 2024-04-11 23:52:36 +02:00
parent 08cbdb6de4
commit 5517d824c2
No known key found for this signature in database
GPG Key ID: 00F7AB331B0F097F
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -31,7 +31,8 @@ RDEPEND="${GNUSTEP_CORE_DEPEND}
!gnustep-base/gnustep-back-art
!gnustep-base/gnustep-back-xlib"
DEPEND="${RDEPEND}
virtual/pkgconfig"
virtual/pkgconfig
x11-base/xorg-proto"
S=${WORKDIR}/gnustep-back-${PV}

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -31,7 +31,8 @@ RDEPEND="${GNUSTEP_CORE_DEPEND}
!gnustep-base/gnustep-back-art
!gnustep-base/gnustep-back-xlib"
DEPEND="${RDEPEND}
virtual/pkgconfig"
virtual/pkgconfig
x11-base/xorg-proto"
S=${WORKDIR}/gnustep-back-${PV}