Skip to content
  • Daniel Vetter's avatar
    lib: Also copy vc4_packet.h · e1be16ee
    Daniel Vetter authored and Petri Latvala's avatar Petri Latvala committed
    Eric missed in
    
    commit d21e95ca
    
    
    Author: Eric Anholt <eric@anholt.net>
    Date:   Fri Nov 10 12:39:56 2017 -0800
    
        tests: Remove libdrm_vc4 dependency.
    
    that the uapi headers don't include vc4_packet.h. Which totally broke
    the build.
    
    Strangely CI didn't catch this in the first build attempt, no idea
    how/where it picked up the vc4_packet.h.
    
    As an interim solution let's just copy the one I have from libdrm
    over. Long-term we might want to either re-intro the libdrm_vc4
    dpendency, or maybe put vc4_packet.h into the kernel's uapi folder, or
    something else. But that's up to Eric.
    
    Cc: Eric Anholt <eric@anholt.net>
    Cc: Petri Latvala <petri.latvala@intel.com>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
    Acked-by: default avatarPetri Latvala <petri.latvala@intel.com>
    Tested-by: default avatarPetri Latvala <petri.latvala@intel.com>
    e1be16ee