Bug 67561 - configure with --disable-egl option breaks fbdev backend compilation
Summary: configure with --disable-egl option breaks fbdev backend compilation
Status: VERIFIED FIXED
Alias: None
Product: Wayland
Classification: Unclassified
Component: weston (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Wayland bug list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-30 22:13 UTC by U. Artie Eoff
Modified: 2013-08-29 20:19 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
compile error (1.47 KB, text/plain)
2013-07-30 22:13 UTC, U. Artie Eoff
Details

Description U. Artie Eoff 2013-07-30 22:13:32 UTC
Created attachment 83334 [details]
compile error

When configuring Weston with the '--disable-egl' option, the fbdev-backend fails to compile... can't find drm.h.  The configure.ac should check for libdrm explicitly in the FBDEV_COMPOSITOR check.
Comment 1 Kristian Høgsberg 2013-08-29 05:23:37 UTC
commit f66f99d9db2480bb4e58bc3c76e8193dbd4e241a
Author: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Date:   Wed Aug 28 11:22:41 2013 +0200

    configure.ac: fix broken compilation when configure with --disable-egl optio
    
    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@igalia.com>


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.