mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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.
This commit is contained in:
@@ -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
Block a user