diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2013-01-07 13:40:26 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2013-01-07 13:40:26 +0100 |
commit | 67ac019dec7c6215330aa68788401547480c3fb1 (patch) | |
tree | b01decc3761fd5b19331ce36ab8104a551e2345c /README | |
parent | 0dc3bf80129800eb0a3713df9277f1d850278afc (diff) |
uterm: remove unused pciaccess helpers
We now detect primary GPUs via udev so the pciaccess helpers are no longer
needed.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -43,7 +43,7 @@ console. See kmscon(1) man-page for usage information. If you want only a very basic kmscon program without any major dependencies, use: - $ ./configure --disable-debug --with-video=fbdev --disable-multi-seat --with-fonts=8x16 --disable-pciaccess --with-sessions=dummy,terminal + $ ./configure --disable-debug --with-video=fbdev --disable-multi-seat --with-fonts=8x16 --with-sessions=dummy,terminal However, you will loose a lot of functionality by dropping all dependencies. The following configure options are available. If build-time dependencies @@ -53,7 +53,6 @@ console. See kmscon(1) man-page for usage information. multi-seat support for kmscon. [default: on] --enable-hotplug: This requires libudev for hotplugging support. This is currently mandatory and cannot be disabled. [default: on] - --enable-pciaccess: Enable GPU detection via pciaccess [default: on] --enable-debug: Enable debug mode/messages [default: on] --enable-optimizations: Enable code optimizations [default: on] --enable-eloop-dbus: Build dbus extension for eloop library [default: off] |