Skip to content
Commit 432e08de authored by Emil Velikov's avatar Emil Velikov
Browse files

tests/kmstest: inverse the order of LDADD libraries



The utils library depends on libdrm. Flip the order, orderwise we might
error during link stage like below:

  CC       main.o
  CCLD     kmstest
/usr/bin/ld: ../../tests/util/.libs/libutil.a(libutil_la-kms.o):
undefined reference to symbol 'drmOpen'

Reported-by: default avatarTom Stellard <thomas.stellard@amd.com>
Tested-by: default avatarTom Stellard <thomas.stellard@amd.com>
Signed-off-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
parent ff0c9caa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment