mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-07 00:04:45 +03:00
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:
parent
f0fdd350d5
commit
72744e4ead
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user