genode/repos/libports/src/lib/gallium
Norman Feske bb83c0d3da mesa: apply patches (fix #1193) 2014-06-27 14:05:50 +02:00
..
i915 Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
dummy_trace.c Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
main.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
p_state_config.patch mesa: apply patches (fix #1193) 2014-06-27 14:05:50 +02:00

README

This directory contains pseudo targets for building Gallium drivers.  These
drivers are not directly linked against applications. Instead, they are loaded
as needed by using 'dlopen'. Because no application directly depends on any
driver library, none of these libraries is built by default. To enforce
building a driver library, we introduce a dummy program, which depends on the
respective library. The program itself is worthless, but as a side effect,
the driver library gets built.