Hi Dima,

Your patch reminded me a few trivial fixes/cleanups.
In case you/others feel like sorting out some low hanging fruit ;-)

 - wayland: bring WESTON_SEARCH_LIBS check for dlopen (libdl) and
clock_gettime (librt).
 - weston: replace WESTON_SEARCH_LIBS([JPEG] ...) with
PKG_CHECK_MODULES(JPEG, [libjpeg])
 - weston: change/drop the following comment - glibc is not the only
runtime one can use.
# In old glibc versions (< 2.17) clock_gettime() is in librt
 - weston: check for dladdr (you'll need DLOPEN_LIBS to link against)
at configure and error out or add fallback code in the composer.


Thanks
Emil
_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to