libxklavier: add gobject introspection support
This commit is contained in:
parent
06614031d6
commit
b0d0ffc0b2
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libX11, libXi, xkeyboard_config, libxml2
|
||||
, libICE, glib, libxkbfile, isocodes }:
|
||||
, libICE, glib, libxkbfile, isocodes, gobjectIntrospection }:
|
||||
|
||||
let
|
||||
version = "5.3";
|
||||
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
buildInputs = [ gobjectIntrospection ];
|
||||
|
||||
configureFlags = ''
|
||||
--with-xkb-base=${xkeyboard_config}/etc/X11/xkb
|
||||
--disable-xmodmap-support
|
||||
|
Loading…
Reference in New Issue
Block a user