https://bugs.freedesktop.org/show_bug.cgi?id=90905

            Bug ID: 90905
           Summary: mesa: Finish subdir-objects transition
           Product: Mesa
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
          Assignee: emil.l.veli...@gmail.com
          Reporter: matts...@gmail.com
        QA Contact: mesa-dev@lists.freedesktop.org
                CC: axel.d...@ens.fr

The last thing blocking enabling subdir-objects (the default for automake-1.4,
and the only option for automake-2.0) is

src/loader/Makefile.am:

if HAVE_DRICOMMON
...
libloader_la_SOURCES += \
        $(top_srcdir)/src/mesa/drivers/dri/common/xmlconfig.c
...
endif

Worse, since the loader is linked into the gallium dri targets, which also
links in dricommon which includes xmlconfig.c...

# XXX: Temporary allow duplicated symbols, as the loader pulls in xmlconfig.c
# which already provides driParse* and driQuery* amongst others.
# Remove this hack as we come up with a cleaner solution.
gallium_dri_la_LDFLAGS += \
        -Wl,--allow-multiple-definition

I'd fix it myself, but I literally have no idea what is going on. I've been
poking about this since at least December 21st last year, so I'd *really*
appreciate sorting this out.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to