[Mesa-dev] [PATCH v2 4/9] configure.ac: Add tizen to supported platforms

Emil Velikov emil.l.velikov at gmail.com
Thu Sep 28 13:53:58 UTC 2017


On 17 September 2017 at 19:01, Gwan-gyeong Mun <elongbug at gmail.com> wrote:

> @@ -1736,6 +1736,11 @@ for plat in $platforms; do
>          DEFINES="$DEFINES -DHAVE_ANDROID_PLATFORM"
>          ;;
>
> +    tizen)
> +        PKG_CHECK_MODULES([TIZEN], [tpl-egl libtbm libtdm])
> +        DEFINES="$DEFINES -DHAVE_TIZEN_PLATFORM"
> +        ;;
> +
You're using libdrm so update the "require_libdrm" hunk a few lines
further down.

-Emil


More information about the mesa-dev mailing list