diff options
-rw-r--r-- | recipes-gnome/gtk+/gtk+3_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-gnome/gtk+/gtk+3_%.bbappend b/recipes-gnome/gtk+/gtk+3_%.bbappend new file mode 100644 index 0000000..cd7f0b0 --- /dev/null +++ b/recipes-gnome/gtk+/gtk+3_%.bbappend @@ -0,0 +1,4 @@ +# Remove virtual/mesa for wayland +PACKAGECONFIG_remove_rk3288 = " wayland" +PACKAGECONFIG_append_rk3288 = " wayland-rk3288" +PACKAGECONFIG[wayland-rk3288] = "--enable-wayland-backend,--disable-wayland-backend,wayland wayland-protocols libxkbcommon wayland-native" |