libxklavier: add gobject introspection support
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user