Skip to content

Commit

Permalink
ffi: Fix gdk-x11 sys tests
Browse files Browse the repository at this point in the history
The gtk one still fails due to some undefined unix-print related bits
  • Loading branch information
bilelmoussaoui committed Jan 21, 2024
1 parent e87d5e7 commit 2011c0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
features: "v4_12,wayland_crate,egl",
test_sys: true,
}
- { name: "gdk4-x11", features: "v4_4,xlib,egl", test_sys: false }
- { name: "gdk4-x11", features: "v4_4,xlib,egl", test_sys: true }
- {
name: "gtk4-macros",
features: "xml_validation,blueprint",
Expand Down
2 changes: 1 addition & 1 deletion gdk4-x11/sys/tests/manual.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Feel free to edit this file, it won't be regenerated by gir generator unless removed.

#include <gdk/gdkx.h>
#include <gdk/x11/gdkx.h>
1 change: 0 additions & 1 deletion gtk4/sys/tests/manual.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Feel free to edit this file, it won't be regenerated by gir generator unless removed.

#include <gtk/gtk-a11y.h>
#include <gtk/gtk.h>
#include <gtk/gtkimmodule.h>

0 comments on commit 2011c0b

Please sign in to comment.