Skip to content

Commit

Permalink
x11-apps/xkbcomp: Require >=libX11-1.6.9
Browse files Browse the repository at this point in the history
xkbcomp needs the X11/extensions/XKBgeom.h header, which moved from
xorgproto to libX11. libX11-1.6.9 is the first version to include the
header.

Closes: https://bugs.gentoo.org/711578
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Mar 5, 2020
1 parent 1d7428b commit 83df155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DESCRIPTION="XKB keyboard description compiler"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
DEPEND="
x11-libs/libX11
>=x11-libs/libX11-1.6.9
x11-libs/libxkbfile"
RDEPEND="${DEPEND}"
BDEPEND="sys-devel/bison"

0 comments on commit 83df155

Please sign in to comment.