Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Make Gtk relocatable #687

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/Gtk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ using GTK3_jll, Glib_jll, Xorg_xkeyboard_config_jll, gdk_pixbuf_jll, adwaita_ico
using Librsvg_jll
using JLLWrappers
using Pkg.Artifacts, Scratch
const libgdk = libgdk3
const libgtk = libgtk3
const libgdk_pixbuf = libgdkpixbuf
using GTK3_jll: libgdk3 as libgdk, libgtk3 as libgtk
using gdk_pixbuf_jll: libgdkpixbuf as libgdk_pixbuf


const suffix = :Leaf
Expand Down