gnu: fcitx5-gtk4: Fix build.
* gnu/packages/fcitx5.scm (fcitx5-gtk4) [configure-flags]: Explicitly add the include directory $glib/include/gio-unix-2.0 to avoid a build failure.master
parent
03d4c76be3
commit
68c2ed9714
|
@ -268,7 +268,9 @@ IM module for GTK+3 applications.
|
|||
#:configure-flags
|
||||
#~(list (string-append "-DCMAKE_CXX_FLAGS=-I"
|
||||
#$(this-package-input "fcitx5-gtk")
|
||||
"/include/Fcitx5/GClient")
|
||||
"/include/Fcitx5/GClient"
|
||||
" -I" #$(this-package-input "glib")
|
||||
"/include/gio-unix-2.0")
|
||||
"-DENABLE_GTK2_IM_MODULE=OFF"
|
||||
"-DENABLE_GTK3_IM_MODULE=OFF")
|
||||
#:phases
|
||||
|
|
Reference in New Issue