From 850caedbe6f0cf860338f1d539fcde259b274b05 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 31 Oct 2019 15:58:52 +0100 Subject: Use import code from library instead of environments to link with Gtk and GtkSheet --- src/Gtk/Internal.icl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/Gtk/Internal.icl') diff --git a/src/Gtk/Internal.icl b/src/Gtk/Internal.icl index c76f01a..8a32b2c 100644 --- a/src/Gtk/Internal.icl +++ b/src/Gtk/Internal.icl @@ -7,6 +7,17 @@ import StdDebug import System._Pointer import code from "clean_gtk_support." +import code from library "-lgtk-3" +import code from library "-lgdk-3" +import code from library "-lpangocairo-1.0" +import code from library "-lpango-1.0" +import code from library "-latk-1.0" +import code from library "-lcairo-gobject" +import code from library "-lcairo" +import code from library "-lgdk_pixbuf-2.0" +import code from library "-lgio-2.0" +import code from library "-lgobject-2.0" +import code from library "-lglib-2.0" g_free :: !Pointer !.a -> .a g_free p env = code { -- cgit v1.2.3