From f9dec67990a54afe14d4d2db694bf696ae418bcd Mon Sep 17 00:00:00 2001 From: Varad Gautam Date: Thu, 17 Nov 2016 17:25:59 +0530 Subject: clients/simple-dmabuf-intel: rename to simple-dmabuf-drm this will allow adding other drm backends later. Signed-off-by: Varad Gautam Reviewed-by: Daniel Stone --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 45df7fea..79bd744e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -623,18 +623,18 @@ weston_simple_egl_CFLAGS = $(AM_CFLAGS) $(SIMPLE_EGL_CLIENT_CFLAGS) weston_simple_egl_LDADD = $(SIMPLE_EGL_CLIENT_LIBS) -lm endif -if BUILD_SIMPLE_DMABUF_INTEL_CLIENT -demo_clients += weston-simple-dmabuf-intel -weston_simple_dmabuf_intel_SOURCES = clients/simple-dmabuf-intel.c -nodist_weston_simple_dmabuf_intel_SOURCES = \ +if BUILD_SIMPLE_DMABUF_DRM_CLIENT +demo_clients += weston-simple-dmabuf-drm +weston_simple_dmabuf_drm_SOURCES = clients/simple-dmabuf-drm.c +nodist_weston_simple_dmabuf_drm_SOURCES = \ protocol/xdg-shell-unstable-v6-protocol.c \ protocol/xdg-shell-unstable-v6-client-protocol.h \ protocol/fullscreen-shell-unstable-v1-protocol.c \ protocol/fullscreen-shell-unstable-v1-client-protocol.h \ protocol/linux-dmabuf-unstable-v1-protocol.c \ protocol/linux-dmabuf-unstable-v1-client-protocol.h -weston_simple_dmabuf_intel_CFLAGS = $(AM_CFLAGS) $(SIMPLE_DMABUF_INTEL_CLIENT_CFLAGS) -weston_simple_dmabuf_intel_LDADD = $(SIMPLE_DMABUF_INTEL_CLIENT_LIBS) libshared.la +weston_simple_dmabuf_drm_CFLAGS = $(AM_CFLAGS) $(SIMPLE_DMABUF_DRM_CLIENT_CFLAGS) +weston_simple_dmabuf_drm_LDADD = $(SIMPLE_DMABUF_DRM_CLIENT_LIBS) libshared.la BUILT_SOURCES += protocol/linux-dmabuf-unstable-v1-client-protocol.h endif -- cgit v1.2.3