diff mbox

[i-g-t] demo/Makefile.source: Compile intel_sprite_on when HAVE_LIBDRM_INTEL.

Message ID 1473242385-11768-1-git-send-email-marius.c.vlad@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Marius Vlad Sept. 7, 2016, 9:59 a.m. UTC
Introduced with commit cd86866dec.

Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
CC: Robert Foss <robert.foss@collabora.com>
---
 demos/Makefile.sources | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Robert Foss Sept. 7, 2016, 10:07 a.m. UTC | #1
Thanks for catching this Marius.


Reviewed-by Robert Foss <robert.foss@collabora.com>


Rob.

On 2016-09-07 05:59 AM, Marius Vlad wrote:
> Introduced with commit cd86866dec.
>
> Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
> CC: Robert Foss <robert.foss@collabora.com>
> ---
>  demos/Makefile.sources | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/demos/Makefile.sources b/demos/Makefile.sources
> index 31f7f83..aea363f 100644
> --- a/demos/Makefile.sources
> +++ b/demos/Makefile.sources
> @@ -1,7 +1,7 @@
>  demos_prog_list =		\
>  	$(NULL)
>
> -HAVE_LIBDRM_INTEL_BIN =		\
> +LIBDRM_INTEL_BIN =		\
>  	intel_sprite_on		\
>  	$(NULL)
>
>
diff mbox

Patch

diff --git a/demos/Makefile.sources b/demos/Makefile.sources
index 31f7f83..aea363f 100644
--- a/demos/Makefile.sources
+++ b/demos/Makefile.sources
@@ -1,7 +1,7 @@ 
 demos_prog_list =		\
 	$(NULL)
 
-HAVE_LIBDRM_INTEL_BIN =		\
+LIBDRM_INTEL_BIN =		\
 	intel_sprite_on		\
 	$(NULL)