@@ -58,25 +58,21 @@ kotlin {
5858 definitionFile = project.file(" src/linuxX64Main/cinterop/gtk4.def" )
5959 packageName = " tech.watzon.pindrop.shared.uishell.cinterop.gtk4"
6060 compilerOpts(* pkgConfigArgs(" --cflags" , " gtk4" ).toTypedArray())
61- linkerOpts(* pkgConfigArgs(" --libs" , " gtk4" ).toTypedArray())
6261 }
6362 val libadwaita by creating {
6463 definitionFile = project.file(" src/linuxX64Main/cinterop/libadwaita.def" )
6564 packageName = " tech.watzon.pindrop.shared.uishell.cinterop.libadwaita"
6665 compilerOpts(* pkgConfigArgs(" --cflags" , " libadwaita-1" ).toTypedArray())
67- linkerOpts(* pkgConfigArgs(" --libs" , " libadwaita-1" ).toTypedArray())
6866 }
6967 val appindicator by creating {
7068 definitionFile = project.file(" src/linuxX64Main/cinterop/appindicator.def" )
7169 packageName = " tech.watzon.pindrop.shared.uishell.cinterop.appindicator"
7270 compilerOpts(* pkgConfigArgs(" --cflags" , " ayatana-appindicator3-0.1" , " gtk+-3.0" ).toTypedArray())
73- linkerOpts(* pkgConfigArgs(" --libs" , " ayatana-appindicator3-0.1" , " gtk+-3.0" ).toTypedArray())
7471 }
7572 val x11 by creating {
7673 definitionFile = project.file(" src/linuxX64Main/cinterop/x11.def" )
7774 packageName = " tech.watzon.pindrop.shared.uishell.cinterop.x11"
7875 compilerOpts(* pkgConfigArgs(" --cflags" , " x11" ).toTypedArray())
79- linkerOpts(* pkgConfigArgs(" --libs" , " x11" ).toTypedArray())
8076 }
8177 }
8278 }
0 commit comments