x11-apps/xkbcomp: Fix xkb-config-root

Closes: https://bugs.gentoo.org/967084
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2025-12-04 10:13:42 -05:00
parent f0fdd350d5
commit 72744e4ead
No known key found for this signature in database
GPG Key ID: ACEB29740C9A4E97

View File

@ -17,7 +17,7 @@ BDEPEND="app-alternatives/yacc"
src_configure() {
local XORG_CONFIGURE_OPTIONS=(
-Dxkb-config-root="${ESYSROOT}/usr/lib/x11/xkb"
-Dxkb-config-root="${ESYSROOT}/usr/share/X11/xkb"
)
xorg-meson_src_configure