Bug 25880 - xext conflicts with latest liblbxutil
Summary: xext conflicts with latest liblbxutil
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Lib/Xext (show other bugs)
Version: git
Hardware: All All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-03 18:43 UTC by Funda Wang
Modified: 2010-06-11 18:28 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Funda Wang 2010-01-03 18:43:02 UTC
Both xext and liblbxutil contain lbxbuf.h, lbxbufstr.h and lbximage.h as header files.

Maybe those three files should be removed from xext.
Comment 1 Alan Coopersmith 2010-01-04 09:08:23 UTC
liblbxutil is really only interesting if you're still building lbxproxy,
since the X servers lost LBX support in Xorg 1.2.

Those files probably should be removed from libXext though.
Comment 2 Alan Coopersmith 2010-06-11 18:28:44 UTC
Removed from libXext now:

 include/X11/extensions/lbxbuf.h    |   51 ------------
 include/X11/extensions/lbxbufstr.h |   45 -----------
 include/X11/extensions/lbximage.h  |  151 -------------------------------------
 src/Makefile.am                    |    3 
 4 files changed, 250 deletions(-)

New commits:
commit 72cc123fbf3b5186771529cd5d9d9af46470b1af
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Jun 11 18:25:30 2010 -0700

    Remove headers for functions found in liblbxutil
    
    As reported in https://bugs.freedesktop.org/show_bug.cgi?id=25880
    they were already added to liblbxutil, but I missed removing them
    from here, where they're not used.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.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.