genode/repos/libports/src/lib/gallium
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +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 Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +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.