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
|
{ stdenv, fetchurl, pkgconfig, libX11, libXi, xkeyboard_config, libxml2
|
||||||
, libICE, glib, libxkbfile, isocodes }:
|
, libICE, glib, libxkbfile, isocodes, gobjectIntrospection }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.3";
|
version = "5.3";
|
||||||
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
|
buildInputs = [ gobjectIntrospection ];
|
||||||
|
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
--with-xkb-base=${xkeyboard_config}/etc/X11/xkb
|
--with-xkb-base=${xkeyboard_config}/etc/X11/xkb
|
||||||
--disable-xmodmap-support
|
--disable-xmodmap-support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user