Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 529388 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-4 / +3 lines)
Lines 275-288 Link Here
275
    if test "$USE_WAYLAND" = "yes"; then
275
    if test "$USE_WAYLAND" = "yes"; then
276
        AC_DEFINE([HAVE_VA_WAYLAND], [1],
276
        AC_DEFINE([HAVE_VA_WAYLAND], [1],
277
                  [Defined to 1 if VA/Wayland API is built])
277
                  [Defined to 1 if VA/Wayland API is built])
278
        m4_ifdef([WAYLAND_SCANNER_RULES],
279
            [WAYLAND_SCANNER_RULES(['$(top_srcdir)/va/wayland/protocol'])],
280
            [wayland_scanner_rules=""; AC_SUBST(wayland_scanner_rules)])
278
    fi
281
    fi
279
fi
282
fi
280
AM_CONDITIONAL(USE_WAYLAND, test "$USE_WAYLAND" = "yes")
283
AM_CONDITIONAL(USE_WAYLAND, test "$USE_WAYLAND" = "yes")
281
284
282
m4_ifdef([WAYLAND_SCANNER_RULES],
283
    [WAYLAND_SCANNER_RULES(['$(top_srcdir)/va/wayland/protocol'])],
284
    [wayland_scanner_rules=""; AC_SUBST(wayland_scanner_rules)])
285
286
pkgconfigdir=${libdir}/pkgconfig
285
pkgconfigdir=${libdir}/pkgconfig
287
AC_SUBST(pkgconfigdir)
286
AC_SUBST(pkgconfigdir)
288
287

Return to bug 529388