me
/
guix
Archived
1
0
Fork 0

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
Maxim Cournoyer 2022-11-02 12:07:17 -04:00
parent 03d4c76be3
commit 68c2ed9714
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 1 deletions

View File

@ -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