[Buildroot] [PATCH v3] package/wpebackend-fdo: package needs wayland libegl

Peter Korsgaard peter at korsgaard.com
Thu May 16 07:16:55 UTC 2019


>>>>> "Giulio" == Giulio Benetti <giulio.benetti at micronovasrl.com> writes:

 > Now wpebackend-fdo depends only on HAS_LIBEGL but if libegl is not of
 > wayland type, build breaks due to different EGLNativeWindowType types
 > depending on backends(fb,x11,wl).

 > Modify:
 > 'depend on BR2_PACKAGE_HAS_LIBEGL'
 > to:
 > 'depend on BR2_PACKAGE_HAS_LIBEGL_WAYLAND'
 > in Config.in to avoid building if there is not a wayland egl backend.
 > Modify also comment in Config.in when package is not selectable
 > mentioning the need to have an OpenEGL-capable Wayland backend.

 > Fixes:
 > http://autobuild.buildroot.net/results/4f02b91f6ffffd194e09ed18c917b4f678b1a52d/

 > Signed-off-by: Giulio Benetti <giulio.benetti at micronovasrl.com>
 > ---
 > Changes:
 > V1-> V2:
 > * use BR2_PACKAGE_HAS_LIBEGL_WAYLAND only instead of using 
 >   BR2_PACKAGE_HAS_LIBEGL too
 > * add Wayland to comment

 > V2-> V3:
 > * add `\` at the end of `depends on`

Committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list