Adapt after the XKB layouts switch to xkeyboard-config.
This commit is contained in:
parent
27f99a5541
commit
0ca94c1995
@ -1,10 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2011/05/16 20:42:15 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2011/06/02 17:16:34 ajacoutot Exp $
|
||||
|
||||
COMMENT= utility library for XKB
|
||||
|
||||
GNOME_PROJECT= libxklavier
|
||||
GNOME_VERSION= 5.1
|
||||
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += xklavier 17.0 # .17.0
|
||||
|
||||
HOMEPAGE= http://www.freedesktop.org/wiki/Software/LibXklavier
|
||||
@ -27,7 +29,8 @@ LIB_DEPENDS= devel/glib2 \
|
||||
textproc/libxml
|
||||
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--with-xkb-base="${SYSCONFDIR}/X11/xkb/" \
|
||||
--disable-gtk-doc \
|
||||
--with-xkb-base="${X11BASE}/share/X11/xkb/" \
|
||||
--with-xkb-bin-base="${X11BASE}/bin/" \
|
||||
--with-xmodmap-base="${LOCALBASE}/share/xmodmap"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
|
Loading…
Reference in New Issue
Block a user