[PATCH] configure.ac: fix broken compilation when configure with --disable-egl option
Kristian Høgsberg
hoegsberg at gmail.com
Wed Aug 28 22:23:06 PDT 2013
On Wed, Aug 28, 2013 at 11:22:41AM +0200, Samuel Iglesias Gonsalvez wrote:
> Fix bug 67561: "configure with --disable-egl option breaks fbdev backend
> compilation"
>
> https://bugs.freedesktop.org/show_bug.cgi?id=67561
>
> Signed-off-by: Samuel Iglesias Gonsalvez <siglesias at igalia.com>
Thanks applied. The fbdev backend doesn't use drm at all, so we
shouldn't need libdrm. We should be able to fix that with the logind
and/or weston-launch changes, but in the meantime this is good.
Kristian
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 156237f..0470768 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -190,7 +190,7 @@ AM_CONDITIONAL([ENABLE_FBDEV_COMPOSITOR],
> [test x$enable_fbdev_compositor = xyes])
> AS_IF([test x$enable_fbdev_compositor = xyes], [
> AC_DEFINE([BUILD_FBDEV_COMPOSITOR], [1], [Build the fbdev compositor])
> - PKG_CHECK_MODULES([FBDEV_COMPOSITOR], [libudev >= 136 mtdev >= 1.1.0])
> + PKG_CHECK_MODULES([FBDEV_COMPOSITOR], [libudev >= 136 mtdev >= 1.1.0 libdrm >= 2.4.30])
> ])
>
> AC_ARG_ENABLE([rdp-compositor], [ --enable-rdp-compositor],,
> --
> 1.8.3.1
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list