-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GI: fix tests and add comments to generation scripts
- Loading branch information
1 parent
e59e627
commit d3ea2c5
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
using gobject_introspection_jll, gdk_pixbuf_jll | ||
using GI | ||
|
||
# Generates code for libraries where introspection data is present in JLL's | ||
# This should work on any Linux machine | ||
|
||
GI.prepend_search_path(gobject_introspection_jll) | ||
GI.prepend_search_path(gdk_pixbuf_jll) | ||
include("gen_glib.jl") | ||
include("gen_gobject.jl") | ||
include("gen_gio.jl") | ||
include("gen_cairo.jl") | ||
#include("gen_pango.jl") | ||
#include("gen_pangocairo.jl") | ||
include("gen_gdkpixbuf.jl") | ||
#include("gen_graphene.jl") | ||
#include("gen_gsk.jl") | ||
#include("gen_gdk4.jl") | ||
#include("gen_gtk4.jl") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters