[PATCH] build: disabling the mtdev library support
sardemff7+wayland at sardemff7.net
sardemff7+wayland at sardemff7.net
Tue Jun 25 09:03:07 PDT 2013
On 25/06/2013 17:59, Marc Chalain wrote:
> 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
Then please submit it in its own patch. :-)
--
Quentin “Sardem FF7” Glidic
More information about the wayland-devel
mailing list