diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-01-08 17:58:09 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-01-08 17:58:09 +0100 |
commit | 56e21015fbe4924ec130060b776ab038e730b6b3 (patch) | |
tree | b5d15f8753708c3e4722e9fca9a78d71a7ff0fc1 /meson.build | |
parent | 9d89d0f4e45a504a552f63842d24273a397bd34d (diff) | |
download | drminfo-56e21015fbe4924ec130060b776ab038e730b6b3.tar.gz |
drmtest doesn't need epoxy
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index abbdfec..7996ea4 100644 --- a/meson.build +++ b/meson.build @@ -47,7 +47,7 @@ gtktest_srcs = [ 'gtktest.c', 'render.c', 'image.c', 'complete.c' ] drminfo_deps = [ libdrm_dep, cairo_dep, pixman_dep, systemd_dep, xcb_dep, randr_dep ] -drmtest_deps = [ libdrm_dep, gbm_dep, epoxy_dep, +drmtest_deps = [ libdrm_dep, gbm_dep, xcb_dep, randr_dep, cairo_dep, pixman_dep, jpeg_dep, udev_dep, input_dep, systemd_dep ] |