diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-12 02:07:48 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-12 02:07:48 +0100 |
commit | 33b7e8f777727b2e53365b2dbd355a665c51501e (patch) | |
tree | ff00316e188379683371cb7974f757c1e07d2269 /DEPENDENCIES | |
parent | type + update todo, drm looks like the solution for not requiring X/Wayland/Mir (diff) | |
download | blueshift-33b7e8f777727b2e53365b2dbd355a665c51501e.tar.gz blueshift-33b7e8f777727b2e53365b2dbd355a665c51501e.tar.bz2 blueshift-33b7e8f777727b2e53365b2dbd355a665c51501e.tar.xz |
begin on drm support
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index cffcbe9..bbddafb 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -4,6 +4,7 @@ RUNTIME DEPENDENCIES: libxcb (opt-out, for randr, crtc identification and icc profile listing) libx11 (opt-out, for vidmode) libxxf86vm (opt-out, for vidmode) + libdrm (opt-out, for drm) adjbacklight (optional, for permission-hasslefree backlight adjustments) linux (optional, for backlight support) argparser-python (https://github.com/maandree/argparser) @@ -17,6 +18,7 @@ MAKE DEPENDENCIES: libxcb (opt-out, for randr, crtc identification and icc profile listing) libx11 (opt-out, for vidmode) libxxf86vm (opt-out, for vidmode) + libdrm (opt-out, for drm) make coreutils sed |