diff options
author | Guido Günther <agx@sigxcpu.org> | 2018-03-20 09:42:00 +0100 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2018-05-28 15:24:15 +0300 |
commit | bff906304fc3175daad08072a14cda1002c3810f (patch) | |
tree | 71fce46a8a1fef340ff0de64446f0614d2dfbe11 /Makefile.am | |
parent | f9f5953b2defb9e51f0a97a96e57fb10d829b6bd (diff) | |
download | weston-bff906304fc3175daad08072a14cda1002c3810f.tar.gz weston-bff906304fc3175daad08072a14cda1002c3810f.tar.bz2 weston-bff906304fc3175daad08072a14cda1002c3810f.zip |
simple-dmabuf-drm: support etnaviv drm as well
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 69ca6cba..64a8006c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -629,6 +629,7 @@ nodist_weston_simple_dmabuf_drm_SOURCES = \ weston_simple_dmabuf_drm_CFLAGS = $(AM_CFLAGS) $(SIMPLE_DMABUF_DRM_CLIENT_CFLAGS) weston_simple_dmabuf_drm_LDADD = $(SIMPLE_DMABUF_DRM_CLIENT_LIBS) \ $(LIBDRM_PLATFORM_FREEDRENO_LIBS) \ + $(LIBDRM_PLATFORM_ETNAVIV_LIBS) \ $(LIBDRM_PLATFORM_INTEL_LIBS) \ libshared.la endif |