parent
47515867ee
commit
26422862e5
1 changed files with 14 additions and 0 deletions
14
srcpkgs/fcitx/patches/girpath.patch
Normal file
14
srcpkgs/fcitx/patches/girpath.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
diff --git src/lib/fcitx-gclient/CMakeLists.txt src/lib/fcitx-gclient/CMakeLists.txt
|
||||
index ea1d50f..20b2359 100644
|
||||
--- src/lib/fcitx-gclient/CMakeLists.txt
|
||||
+++ src/lib/fcitx-gclient/CMakeLists.txt
|
||||
@@ -65,6 +65,8 @@ install(FILES ${FCITX_GCLIENT_HEADERS}
|
||||
|
||||
if(ENABLE_GIR)
|
||||
include(GObjectIntrospection)
|
||||
+ string(REPLACE "///" "/" GOBJECT_INTROSPECTION_GIRDIR "${GOBJECT_INTROSPECTION_GIRDIR}")
|
||||
+ string(REPLACE "///" "/" GOBJECT_INTROSPECTION_TYPELIBDIR "${GOBJECT_INTROSPECTION_TYPELIBDIR}")
|
||||
gobject_introspection(
|
||||
FILENAME Fcitx-1.0.gir
|
||||
NSVERSION 1.0
|
||||
|
Loading…
Reference in a new issue