All of lore.kernel.org
 help / color / mirror / Atom feed
From: Emil Velikov <emil.l.velikov@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>,
	Emil Velikov <emil.l.velikov@gmail.com>
Subject: [PATCH libdrm 1/9] Force enable amdgpu for the dist build/check.
Date: Fri,  7 Aug 2015 17:44:55 +0100	[thread overview]
Message-ID: <1438965903-6342-2-git-send-email-emil.l.velikov@gmail.com> (raw)
In-Reply-To: <1438965903-6342-1-git-send-email-emil.l.velikov@gmail.com>

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index cb808ff..55e39a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
 	--enable-libkms \
 	--enable-intel \
 	--enable-radeon \
+	--enable-amdgpu \
 	--enable-nouveau \
 	--enable-vmwgfx \
 	--enable-omap-experimental-api \
-- 
2.5.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2015-08-07 16:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-07 16:44 [PATCH libdrm 0/9] amdgpu: cleanup the exported symbols Emil Velikov
2015-08-07 16:44 ` Emil Velikov [this message]
2015-08-07 16:44 ` [PATCH libdrm 2/9] amdgpu/util_hash: hide private symbols from global namespace Emil Velikov
2015-08-07 16:44 ` [PATCH libdrm 3/9] amdgpu/util_hash_table: " Emil Velikov
2015-08-07 16:44 ` [PATCH libdrm 4/9] amdgpu: add a bunch of missing config.h includes Emil Velikov
2015-08-07 16:44 ` [PATCH libdrm 5/9] amdgpu: cosmetic chances in license boilerplate Emil Velikov
2015-08-07 16:45 ` [PATCH libdrm 6/9] amdgpu: squash trivial documentation typo Emil Velikov
2015-08-07 16:45 ` [PATCH libdrm 7/9] amdgpu/amdgpu_vamgr: hide private symbols from global namespace Emil Velikov
2015-08-07 16:45 ` [PATCH libdrm 8/9] amdgpu: hide the final internal functions " Emil Velikov
2015-08-07 16:45 ` [PATCH libdrm 9/9] amdgpu: add symbols check test Emil Velikov
2015-08-07 17:32 ` [PATCH libdrm 0/9] amdgpu: cleanup the exported symbols Christian König
2015-08-10  1:50   ` Alex Deucher
2015-08-13  2:02 ` Zhou, Jammy
2015-08-13 16:47 ` Emil Velikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1438965903-6342-2-git-send-email-emil.l.velikov@gmail.com \
    --to=emil.l.velikov@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.