Skip to content

Commit

Permalink
gtk+3: Disable Wayland backend when building for X11
Browse files Browse the repository at this point in the history
The X11 backend of i.MX5 and i.MX6 does not support the Wayland
rendering and causes GTK+3 configure script to fail.

When building for X11 we now disable the Wayland backend allowing the
configure to proceed.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Jul 29, 2015
1 parent 8497cb2 commit 5a2f47a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-graphics/gtk+/gtk+3_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PACKAGECONFIG_remove_mx5 = "${@base_contains("DISTRO_FEATURES", "x11", "wayland", "", d)}"
PACKAGECONFIG_remove_mx6 = "${@base_contains("DISTRO_FEATURES", "x11", "wayland", "", d)}"

0 comments on commit 5a2f47a

Please sign in to comment.