Bug 67948 - zalloc.h is missing from $INSTALLDIR/include/weston/
Summary: zalloc.h is missing from $INSTALLDIR/include/weston/
Status: RESOLVED FIXED
Alias: None
Product: Wayland
Classification: Unclassified
Component: weston (show other bugs)
Version: unspecified
Hardware: Other All
: high normal
Assignee: Wayland bug list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-09 11:39 UTC by nerdopolis1
Modified: 2013-08-13 06:14 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description nerdopolis1 2013-08-09 11:39:03 UTC
Hi. it seems that recently a new header was added to weston in http://cgit.freedesktop.org/wayland/weston/commit/?id=b1bc4a68b0bc2d7b391c7484a52a46a636ad89fc ,which is required by compositor.h . When I try to build a weston plugin out of tree (hawaii) I can no longer build it, due to zalloc.h not being able to be found.
Comment 1 U. Artie Eoff 2013-08-10 17:33:30 UTC
This issue broke wayland-fits compile, too.  The zalloc.h header needs to be exported with the Weston SDK or only included in Weston's *.c files that need it.
Comment 2 U. Artie Eoff 2013-08-10 17:33:31 UTC
This issue broke wayland-fits compile, too.  The zalloc.h header needs to be exported with the Weston SDK or only included in Weston's *.c files that need it.
Comment 3 Kristian Høgsberg 2013-08-13 06:14:12 UTC
commit 4e5f1153ca9ef72af95ffbce2e223a8b65b73312
Author: Giulio Camuffo <giuliocamuffo@gmail.com>
Date:   Sat Aug 10 14:41:04 2013 +0200

    Install shared/zalloc.h
    
    Plugins need to have it available, as it is included in compositor.h.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=67948


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.