[PATCH] build: disabling the mtdev library support
Marc Chalain
marc.chalain at gmail.com
Tue Jun 25 08:59:58 PDT 2013
2013/6/25 <sardemff7+wayland at sardemff7.net>
> On 25/06/2013 17:28, mchalain [marc.chalain at gmail.com] wrote:
>
>> From: mchalain <marc.chalain at gmail.com>
>>
>
> AC_CHECK_LIB([jpeg], [jpeg_CreateDecompress], have_jpeglib=yes)
>> if test x$have_jpeglib = xyes; then
>> JPEG_LIBS="-ljpeg"
>> @@ -259,8 +269,8 @@ AS_IF([test "x$enable_resize_optimization" = "xyes"],
>> [AC_DEFINE([USE_RESIZE_POOL], [1], [Use resize memory pool as a
>> performance optimization])])
>>
>> AC_ARG_ENABLE(weston-launch, [ --enable-weston-launch],,
>> enable_weston_launch=yes)
>> -AM_CONDITIONAL(BUILD_WESTON_**LAUNCH, test x$enable_weston_launch ==
>> xyes)
>> -if test x$enable_weston_launch == xyes; then
>> +AM_CONDITIONAL(BUILD_WESTON_**LAUNCH, test x$enable_weston_launch =
>> xyes)
>> +if test x$enable_weston_launch = xyes; then
>> PKG_CHECK_MODULES(WESTON_**LAUNCH, [libdrm])
>> PKG_CHECK_MODULES(SYSTEMD_**LOGIN, [libsystemd-login],
>> [have_systemd_login=yes], [have_systemd_login=no])
>>
>
> You should remove that hunk (git checkout -p).
>
> Yes but it's a bug already exiting
>
>
> --
>
> Quentin “Sardem FF7” Glidic
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20130625/ceedd10f/attachment.html>
More information about the wayland-devel
mailing list