mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 10:19:00 +00:00
add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enable
the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: bsd.xconf.mk,v 1.16 2010/11/27 14:20:47 matthieu Exp $
|
||||
# $OpenBSD: bsd.xconf.mk,v 1.17 2011/03/08 07:59:23 matthieu Exp $
|
||||
|
||||
# Shared libs?
|
||||
.if ${MACHINE_ARCH} == "m88k" || ${MACHINE} == "vax"
|
||||
@@ -20,3 +20,6 @@ XENOCARA_BUILD_PIXMAN?=no
|
||||
.else
|
||||
XENOCARA_BUILD_PIXMAN?=yes
|
||||
.endif
|
||||
|
||||
# Build xkeyboard-config?
|
||||
XENOCARA_USE_XKEYBOARD_CONFIG?=no
|
||||
|
||||
Reference in New Issue
Block a user